[SPARC64]: Kill unused DIE_PAGE_FAULT enum value.
authorChristoph Hellwig <hch@lst.de>
Wed, 23 May 2007 21:57:49 +0000 (14:57 -0700)
committerDavid 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

index 627e3396a5f0c136bf486eada3a6706b76f68486..9974c7b0aebc18563568cd50a5b5c2c457e5b908 100644 (file)
@@ -32,7 +32,6 @@ enum die_val {
        DIE_TRAP,
        DIE_TRAP_TL1,
        DIE_CALL,
-       DIE_PAGE_FAULT,
 };
 
 #endif