瀏覽代碼

Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6

* 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6:
  [PATCH] x86_64: Align data segment to PAGE_SIZE boundary
  [PATCH] x86-64: increase PHB1 split transaction timeout
  [PATCH] x86-64: Fix C3 timer test
Linus Torvalds 18 年之前
父節點
當前提交
b80ebbf39f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86_64/kernel/vmlinux.lds.S

+ 1 - 0
arch/x86_64/kernel/vmlinux.lds.S

@@ -60,6 +60,7 @@ SECTIONS
   }
 #endif
 
+  . = ALIGN(PAGE_SIZE);        /* Align data segment to page size boundary */
 				/* Data */
   .data : AT(ADDR(.data) - LOAD_OFFSET) {
 	*(.data)