From b04261b4bccdd41680ec196db687945971d18e3a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 30 Apr 2009 17:59:36 -0700 Subject: [PATCH] --- yaml --- r: 145675 b: refs/heads/master c: 0b4eb462da10f832b28d518abffa4d77805928a0 h: refs/heads/master i: 145673: fe6c6251f76c6c9ea04958e2e61ec038e95274ee 145671: 63f23fb2a8087814c1317b09340462bb5fd6e84e v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/compressed/vmlinux.lds.S | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a2336effe512..aed75749b0d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83c4832683bc8ebcd1687b3c0bf3ba1ab253dd4f +refs/heads/master: 0b4eb462da10f832b28d518abffa4d77805928a0 diff --git a/trunk/arch/x86/boot/compressed/vmlinux.lds.S b/trunk/arch/x86/boot/compressed/vmlinux.lds.S index 0d26c92d3c7d..dbe515e13fef 100644 --- a/trunk/arch/x86/boot/compressed/vmlinux.lds.S +++ b/trunk/arch/x86/boot/compressed/vmlinux.lds.S @@ -42,6 +42,7 @@ SECTIONS *(.data.*) _edata = . ; } + . = ALIGN(CONFIG_X86_L1_CACHE_BYTES); .bss : { _bss = . ; *(.bss)