aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/kdebug.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-05-23 17:57:49 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-29 05:49:14 -0400
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 {
32 DIE_TRAP, 32 DIE_TRAP,
33 DIE_TRAP_TL1, 33 DIE_TRAP_TL1,
34 DIE_CALL, 34 DIE_CALL,
35 DIE_PAGE_FAULT,
36}; 35};
37 36
38#endif 37#endif