summaryrefslogtreecommitdiff
path: root/src/cpu/x86/car
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-10-29 04:48:44 +0000
committerStefan Reinauer <stepan@openbios.org>2008-10-29 04:48:44 +0000
commit00a889c8aabd7b731622d5ff0e765f69e158de2b (patch)
treefb10bfbf6a71bcc8ad583feb6b0c706abb86b6fa /src/cpu/x86/car
parentdebb11fc1fe5f5560015ab9905f1ccc2e08c73e0 (diff)
downloadcoreboot-00a889c8aabd7b731622d5ff0e765f69e158de2b.tar.xz
Support for Intel Core Duo and Core 2 Duo (tm) CPUs.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3702 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/car')
-rw-r--r--src/cpu/x86/car/copy_and_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/car/copy_and_run.c b/src/cpu/x86/car/copy_and_run.c
index ac2b7b0ca7..bd2662e0c0 100644
--- a/src/cpu/x86/car/copy_and_run.c
+++ b/src/cpu/x86/car/copy_and_run.c
@@ -72,7 +72,7 @@ static void copy_and_run(unsigned cpu_reset)
__asm__ volatile (
"cli\n\t"
"leal _iseg, %edi\n\t"
- "jmp %edi\n\t"
+ "jmp *%edi\n\t"
);
}