Skip to content

Commit

Permalink
[SPARC64]: Kill unused DIE_PAGE_FAULT enum value.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and David S. Miller committed May 29, 2007
1 parent b68a890 commit a1aadd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-sparc64/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ enum die_val {
DIE_TRAP,
DIE_TRAP_TL1,
DIE_CALL,
DIE_PAGE_FAULT,
};

#endif

0 comments on commit a1aadd5

Please sign in to comment.