summaryrefslogtreecommitdiff
path: root/include/asm-sparc64/kdebug.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-05-23 14:57:49 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-29 02:49:14 -0700
commita1aadd55fb43e31407aecc4ebaf0258130a98238 (patch)
treee0d8b70de1e8e61f97d8e78528b5637b6d1f6e48 /include/asm-sparc64/kdebug.h
parentb68a890fa3cd977365fda2b1f1ec4e8dc58baddf (diff)
[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>
Diffstat (limited to 'include/asm-sparc64/kdebug.h')
-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 627e3396a5f0..9974c7b0aebc 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