Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65405
b: refs/heads/master
c: deb8677
h: refs/heads/master
i:
  65403: d0a08cf
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 4f1fb64 commit 1707f9d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76ea2ec68b54acc13ee1bfbb9a4e3aad370a374f
refs/heads/master: deb8677148fef3aea11edd4e980f6eb9c564f3cd
2 changes: 1 addition & 1 deletion trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ core-$(CONFIG_XEN) += arch/i386/xen/
# default subarch .h files
mflags-y += -Iinclude/asm-i386/mach-default

head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task_32.o
head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o

libs-y += arch/i386/lib/
core-y += arch/i386/kernel/ \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the linux kernel.
#

extra-y := head.o init_task_32.o vmlinux.lds
extra-y := head_32.o init_task_32.o vmlinux.lds

obj-y := process_32.o signal_32.o entry_32.o traps_32.o irq_32.o \
ptrace_32.o time_32.o ioport_32.o ldt_32.o setup_32.o i8259_32.o sys_i386_32.o \
Expand Down
File renamed without changes.

0 comments on commit 1707f9d

Please sign in to comment.