coreboot-kgpe-d16/src/cpu/x86
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
..
16bit Revert wbind added to the reset_vector 2012-04-20 09:09:42 +02:00
32bit Remove whitespace. 2012-02-17 19:04:31 +01:00
cache post code: Replaced hard-coded post code with macro 2012-01-23 22:50:56 +01:00
lapic Fix gcc-4.7 building problem. 2012-11-12 07:39:31 +01:00
mtrr Intel Sandybridge: add reserved memory as resources 2012-08-01 10:57:17 +02:00
name Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
pae Revert "Use broadcast SIPI to startup siblings" 2012-07-31 06:46:02 +02:00
smm USBDEBUG: buffer up to 8 bytes 2012-07-26 15:52:00 +02:00
tsc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
fpu_enable.inc Add a few missing license headers based on svn logs, and also add a 2010-09-27 17:53:17 +00:00
Kconfig Synchronize rdtsc instructions 2012-08-09 00:38:39 +02:00
sse_enable.inc Add a few missing license headers based on svn logs, and also add a 2010-09-27 17:53:17 +00:00