Skip to content

Commit

Permalink
m68knommu: remove do_page_fault(), it is not used
Browse files Browse the repository at this point in the history
The non-MMU m68k does not use the do_page_fault() code, so remove it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Jan 5, 2011
1 parent 1c83af5 commit bb4edc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion arch/m68knommu/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for the linux m68knommu specific parts of the memory manager.
#

obj-y += init.o fault.o memory.o kmap.o
obj-y += init.o memory.o kmap.o
57 changes: 0 additions & 57 deletions arch/m68knommu/mm/fault.c

This file was deleted.

0 comments on commit bb4edc5

Please sign in to comment.