Skip to content

Commit

Permalink
x86: Replace the now identical time_32/64.c by time.c
Browse files Browse the repository at this point in the history
Remove the redundant copy.

Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
KAGA-KOKO committed Aug 31, 2009
1 parent ef45128 commit 4792621
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 122 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GCOV_PROFILE_paravirt.o := n

obj-y := process_$(BITS).o signal.o entry_$(BITS).o
obj-y += traps.o irq.o irq_$(BITS).o dumpstack_$(BITS).o
obj-y += time_$(BITS).o ioport.o ldt.o dumpstack.o
obj-y += time.o ioport.o ldt.o dumpstack.o
obj-y += setup.o x86_init.o i8259.o irqinit.o
obj-$(CONFIG_X86_VISWS) += visws_quirks.o
obj-$(CONFIG_X86_32) += probe_roms_32.o
Expand Down
File renamed without changes.
121 changes: 0 additions & 121 deletions arch/x86/kernel/time_64.c

This file was deleted.

0 comments on commit 4792621

Please sign in to comment.