Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286894
b: refs/heads/master
c: f0d5375
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jan 23, 2012
1 parent ee57083 commit a1b0da8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 06e9905152cd124c53f571296e9904ea89c1a39a
refs/heads/master: f0d5375e3c7b5d7f128af03c5271c328faeb3ae7
7 changes: 4 additions & 3 deletions trunk/arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

#include <asm-generic/vmlinux.lds.h>
#include <asm/cache.h>
#include <asm/thread_info.h>
#include <asm/memory.h>
#include <asm/page.h>
Expand Down Expand Up @@ -181,7 +182,7 @@ SECTIONS
}
#endif

PERCPU_SECTION(32)
PERCPU_SECTION(L1_CACHE_BYTES)

#ifdef CONFIG_XIP_KERNEL
__data_loc = ALIGN(4); /* location in binary */
Expand Down Expand Up @@ -212,8 +213,8 @@ SECTIONS
#endif

NOSAVE_DATA
CACHELINE_ALIGNED_DATA(32)
READ_MOSTLY_DATA(32)
CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
READ_MOSTLY_DATA(L1_CACHE_BYTES)

/*
* The exception fixup table (might need resorting at runtime)
Expand Down

0 comments on commit a1b0da8

Please sign in to comment.