Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80410
b: refs/heads/master
c: afe0bc6
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Jan 30, 2008
1 parent 31baf75 commit 3a444dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: c6c2d7a084d14a8a701be84872aa1b77d2945f46
refs/heads/master: afe0bc63ae5fdc642a6181e1b514434f901e39ba
6 changes: 3 additions & 3 deletions trunk/arch/x86/boot/compressed/vmlinux_32.lds
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ OUTPUT_ARCH(i386)
ENTRY(startup_32)
SECTIONS
{
/* Be careful parts of head.S assume startup_32 is at
* address 0.
/* Be careful parts of head_32.S assume startup_32 is at
* address 0.
*/
. = 0 ;
. = 0;
.text.head : {
_head = . ;
*(.text.head)
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/boot/compressed/vmlinux_64.lds
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ OUTPUT_ARCH(i386:x86-64)
ENTRY(startup_64)
SECTIONS
{
/* Be careful parts of head.S assume startup_32 is at
* address 0.
/* Be careful parts of head_64.S assume startup_64 is at
* address 0.
*/
. = 0;
.text : {
Expand Down

0 comments on commit 3a444dd

Please sign in to comment.