diff options
author | Graf Yang <graf.yang@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | 46fa5eecec58934902ea4a65d9c7b7a486ac6f6b (patch) | |
tree | b7373553151456c620d9747785de322b30d11548 /arch/blackfin/kernel/vmlinux.lds.S | |
parent | 8f65873e47784a390949f0d61e5692dbf2a8253e (diff) |
Blackfin arch: SMP supporting patchset: some other misc code
Blackfin dual core BF561 processor can support SMP like features.
https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:smp-like
In this patch, we provide SMP extend to some other misc code
Singed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/blackfin/kernel/vmlinux.lds.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 7d12c6692a65..2a485352ec14 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S | |||
@@ -109,7 +109,7 @@ SECTIONS | |||
109 | #endif | 109 | #endif |
110 | 110 | ||
111 | DATA_DATA | 111 | DATA_DATA |
112 | *(.data.*) | 112 | *(.data) |
113 | CONSTRUCTORS | 113 | CONSTRUCTORS |
114 | 114 | ||
115 | /* make sure the init_task is aligned to the | 115 | /* make sure the init_task is aligned to the |
@@ -161,6 +161,7 @@ SECTIONS | |||
161 | *(.con_initcall.init) | 161 | *(.con_initcall.init) |
162 | ___con_initcall_end = .; | 162 | ___con_initcall_end = .; |
163 | } | 163 | } |
164 | PERCPU(4) | ||
164 | SECURITY_INIT | 165 | SECURITY_INIT |
165 | .init.ramfs : | 166 | .init.ramfs : |
166 | { | 167 | { |
@@ -236,7 +237,6 @@ SECTIONS | |||
236 | . = ALIGN(4); | 237 | . = ALIGN(4); |
237 | __ebss_l2 = .; | 238 | __ebss_l2 = .; |
238 | } | 239 | } |
239 | |||
240 | /* Force trailing alignment of our init section so that when we | 240 | /* Force trailing alignment of our init section so that when we |
241 | * free our init memory, we don't leave behind a partial page. | 241 | * free our init memory, we don't leave behind a partial page. |
242 | */ | 242 | */ |