coreboot-kgpe-d16/src/cpu
Han Shen a571c70c14 Fix gcc-4.7 building problem.
Applied function attribute to function definition to avoid 'conflicting type' warning.

Function declaration is in src/include/cpu.h
  void secondary_cpu_init(unsigned int cpu_index)__attribute__((regparm(0)));

But function definition in lapic_cpu_init.c is missing the "__attribute__" part.

Change-Id: Idb7cd00fda5a2d486893f9866920929c685d266e
Signed-off-by: Han Shen <shenhan@google.com>
Reviewed-on: http://review.coreboot.org/1784
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
2012-11-12 07:39:31 +01:00
..
amd AMD agesa: add enable cache at the end of disable_cache_as_ram 2012-11-02 21:04:28 +01:00
intel Initialize the VMX MSR 2012-11-12 03:27:58 +01:00
via VIA Nano: Add support for VIA Nano CPUs 2012-09-05 03:43:02 +02:00
x86 Fix gcc-4.7 building problem. 2012-11-12 07:39:31 +01:00
Kconfig buildsystem: Make CPU microcode updating more configurable 2012-09-05 03:40:47 +02:00
Makefile.inc buildsystem: Make CPU microcode updating more configurable 2012-09-05 03:40:47 +02:00