projects
/
GitHub
/
moto-9609
/
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:
b68a890
)
[SPARC64]: Kill unused DIE_PAGE_FAULT enum value.
author
Christoph Hellwig
<hch@lst.de>
Wed, 23 May 2007 21:57:49 +0000
(14:57 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 29 May 2007 09:49:14 +0000
(
02:49
-0700)
sparc64 got rid of the pagefault notifiers, so the enum value for them
can go away aswell.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/kdebug.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-sparc64/kdebug.h
b/include/asm-sparc64/kdebug.h
index 627e3396a5f0c136bf486eada3a6706b76f68486..9974c7b0aebc18563568cd50a5b5c2c457e5b908 100644
(file)
--- a/
include/asm-sparc64/kdebug.h
+++ b/
include/asm-sparc64/kdebug.h
@@
-32,7
+32,6
@@
enum die_val {
DIE_TRAP,
DIE_TRAP_TL1,
DIE_CALL,
- DIE_PAGE_FAULT,
};
#endif