[PATCH] v850: Align ___start___param to match parameter alignment
Signed-off-by: Miles Bader <miles@gnu.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3720bd8b1e
commit
1e279dd855
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms
|
* arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002,03,04 NEC Electronics Corporation
|
* Copyright (C) 2002,03,04,05 NEC Electronics Corporation
|
||||||
* Copyright (C) 2002,03,04 Miles Bader <miles@gnu.org>
|
* Copyright (C) 2002,03,04,05 Miles Bader <miles@gnu.org>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General
|
* This file is subject to the terms and conditions of the GNU General
|
||||||
* Public License. See the file COPYING in the main directory of this
|
* Public License. See the file COPYING in the main directory of this
|
||||||
|
@ -61,6 +61,7 @@
|
||||||
*(__kcrctab_gpl) \
|
*(__kcrctab_gpl) \
|
||||||
___stop___kcrctab_gpl = .; \
|
___stop___kcrctab_gpl = .; \
|
||||||
/* Built-in module parameters */ \
|
/* Built-in module parameters */ \
|
||||||
|
. = ALIGN (4) ; \
|
||||||
___start___param = .; \
|
___start___param = .; \
|
||||||
*(__param) \
|
*(__param) \
|
||||||
___stop___param = .;
|
___stop___param = .;
|
||||||
|
|
Loading…
Add table
Reference in a new issue