| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Mon, 11 Jul 2005 12:53:50 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/07/11 12:53:44
Modified files:
arch/mips/kernel: head.S
Log message:
Whoops. Wrap temporary Qemu hack in #ifmess.
diff -urN linux/arch/mips/kernel/head.S linux/arch/mips/kernel/head.S
--- linux/arch/mips/kernel/head.S 2005/07/11 10:50:14 1.67
+++ linux/arch/mips/kernel/head.S 2005/07/11 11:53:44 1.68
@@ -131,6 +131,10 @@
EXPORT(stext) # used for profiling
EXPORT(_stext)
+#ifndef CONFIG_QEMU
+ __INIT
+#endif
+
NESTED(kernel_entry, 16, sp) # kernel entry point
setup_c0_status_pri
@@ -164,7 +168,9 @@
j start_kernel
END(kernel_entry)
+#ifdef CONFIG_QEMU
__INIT
+#endif
#ifdef CONFIG_SMP
/*
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ralf |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |