Skip to content

Commit

Permalink
um: merge delay_{32,64}.c
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
richardweinberger committed Nov 2, 2011
1 parent 73395a0 commit d0af6cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion arch/x86/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
BITS := 64
endif

obj-y = bug.o bugs_$(BITS).o delay_$(BITS).o fault.o ksyms.o ldt.o \
obj-y = bug.o bugs_$(BITS).o delay.o fault.o ksyms.o ldt.o \
ptrace_$(BITS).o ptrace_user.o setjmp_$(BITS).o signal.o \
stub_$(BITS).o stub_segv.o syscalls_$(BITS).o \
sys_call_table_$(BITS).o sysrq_$(BITS).o tls_$(BITS).o \
Expand Down
File renamed without changes.
60 changes: 0 additions & 60 deletions arch/x86/um/delay_64.c

This file was deleted.

0 comments on commit d0af6cb

Please sign in to comment.