summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-05-23 21:57:49 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-29 09:49:14 (GMT)
commita1aadd55fb43e31407aecc4ebaf0258130a98238 (patch)
treee0d8b70de1e8e61f97d8e78528b5637b6d1f6e48
parentb68a890fa3cd977365fda2b1f1ec4e8dc58baddf (diff)
downloadlinux-fsl-qoriq-a1aadd55fb43e31407aecc4ebaf0258130a98238.tar.xz
[SPARC64]: Kill unused DIE_PAGE_FAULT enum value.
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>
-rw-r--r--include/asm-sparc64/kdebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc64/kdebug.h b/include/asm-sparc64/kdebug.h
index 627e339..9974c7b 100644
--- 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