projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e66cda
)
um: asm/pda.h is not needed anymore
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 18 Aug 2011 19:13:30 +0000
(20:13 +0100)
committer
Richard Weinberger
<richard@nod.at>
Wed, 2 Nov 2011 13:15:32 +0000
(14:15 +0100)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/asm/pda.h
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/include/asm/pda.h
b/arch/um/include/asm/pda.h
deleted file mode 100644
(file)
index
ddcd774
..0000000
--- a/
arch/um/include/asm/pda.h
+++ /dev/null
@@
-1,21
+0,0 @@
-/*
- * Copyright 2003 PathScale, Inc.
- *
- * Licensed under the GPL
- */
-
-#ifndef __UM_PDA_X86_64_H
-#define __UM_PDA_X86_64_H
-
-/* XXX */
-struct foo {
- unsigned int __softirq_pending;
- unsigned int __nmi_count;
-};
-
-extern struct foo me;
-
-#define read_pda(me) (&me)
-
-#endif
-