Skip to content

Commit

Permalink
x86, realmode: Move kernel/realmode.c to realmode/init.c
Browse files Browse the repository at this point in the history
Keep all the realmode code together, including initialization (only
the rm/ subdirectory is actually built as real-mode code, anyway.)

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
  • Loading branch information
H. Peter Anvin committed May 16, 2012
1 parent 51edbe6 commit 1371270
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ obj-y += tsc.o io_delay.o rtc.o
obj-y += pci-iommu_table.o
obj-y += resource.o

obj-y += realmode.o
obj-y += process.o
obj-y += i387.o xsave.o
obj-y += ptrace.o
Expand Down
1 change: 1 addition & 0 deletions arch/x86/realmode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

subdir- := rm

obj-y += init.o
obj-y += rmpiggy.o

$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
Expand Down
File renamed without changes.

0 comments on commit 1371270

Please sign in to comment.