Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43031
b: refs/heads/master
c: 6ed0188
h: refs/heads/master
i:
  43029: 2d1d6cc
  43027: acef5f4
  43023: c42067a
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed Dec 7, 2006
1 parent 7bfb9bf commit 7f3db00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6569580de7ae367def89b7671029cb97c1965574
refs/heads/master: 6ed018845f1172cdc94f8a20ad807df901c6b7eb
6 changes: 6 additions & 0 deletions trunk/arch/i386/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ SECTIONS
*(.smp_altinstr_replacement)
__smp_alt_end = .;
}
/* will be freed after init
* Following ALIGN() is required to make sure no other data falls on the
* same page where __smp_alt_end is pointing as that page might be freed
* after boot. Always make sure that ALIGN() directive is present after
* the section which contains __smp_alt_end.
*/
. = ALIGN(4096);

/* will be freed after init */
Expand Down

0 comments on commit 7f3db00

Please sign in to comment.