Skip to content

Commit

Permalink
[PATCH] x86-64: Share identical video.S between i386 and x86-64
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed May 2, 2007
1 parent 2136220 commit fac15a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,044 deletions.
2 changes: 1 addition & 1 deletion arch/x86_64/boot/setup.S
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ gdt_48:

# Include video setup & detection code

#include "video.S"
#include "../../i386/boot/video.S"

# Setup signature -- must be last
setup_sig1: .word SIG1
Expand Down
Loading

0 comments on commit fac15a8

Please sign in to comment.