u-boot-brain/arch/x86/include/asm/arch-ivybridge
Masahiro Yamada e6126a5872 x86: move arch-specific asmlinkage to <asm/linkage.h>
Commit 65dd74a674 (x86: ivybridge: Implement SDRAM init) introduced
x86-specific asmlinkage into arch/x86/include/asm/config.h.

Commit ed0a2fbf14 (x86: Add a definition of asmlinkage) added the
same macro define again, this time, into include/common.h.
(Please do not add arch-specific stuff to include/common.h any more;
it is already too cluttered.)

The generic asmlinkage is defined in <linux/linkage.h>.  If you want
to override it with an arch-specific one, the best way is to add it
to <asm/linkage.h> like Linux Kernel.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2014-12-15 07:22:53 -07:00
..
bd82x6x.h x86: Add initial video device init for Intel GMA 2014-11-25 07:11:16 -07:00
gpio.h x86: ich6-gpio: Move setup_pch_gpios() to board support codes 2014-12-13 22:32:04 -07:00
me.h x86: ivybridge: Implement SDRAM init 2014-11-21 07:34:15 +01:00
microcode.h x86: ivybridge: Perform Intel microcode update on boot 2014-11-21 07:34:14 +01:00
model_206ax.h x86: ivybridge: Add northbridge init functions 2014-11-25 06:34:14 -07:00
pch.h x86: ivybridge: Add SATA init 2014-11-25 06:34:01 -07:00
pei_data.h x86: move arch-specific asmlinkage to <asm/linkage.h> 2014-12-15 07:22:53 -07:00
sandybridge.h x86: ivybridge: Add northbridge init functions 2014-11-25 06:34:14 -07:00