Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1aadd55 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by David S. Miller
Browse files

[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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b68a890f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,6 @@ enum die_val {
	DIE_TRAP,
	DIE_TRAP,
	DIE_TRAP_TL1,
	DIE_TRAP_TL1,
	DIE_CALL,
	DIE_CALL,
	DIE_PAGE_FAULT,
};
};


#endif
#endif