dect
/
linux-2.6
Archived
13
0
Fork 0

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
This commit is contained in:
Linus Torvalds 2006-11-21 08:07:38 -08:00
commit b80ebbf39f
1 changed files with 1 additions and 0 deletions

View File

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