Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f8e47cb0585c2506888b415354de27bff77be276
Commit: f8e47cb0585c2506888b415354de27bff77be276
Parent: a87434b04f6dbca547bf1b9856769290841b1b4c
Author: Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 29 18:54:05 2008 +0100
Committer: Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:39 2008 +0100
CRIS v32: Initialize GIO even if we're rambooting in kernel/head.S
---
arch/cris/arch-v32/kernel/head.S | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/cris/arch-v32/kernel/head.S b/arch/cris/arch-v32/kernel/head.S
index 96ad000..2d66a7c 100644
--- a/arch/cris/arch-v32/kernel/head.S
+++ b/arch/cris/arch-v32/kernel/head.S
@@ -57,6 +57,8 @@ tstart:
SETUP_WAIT_STATES
+ GIO_INIT
+
#ifdef CONFIG_SMP
secondary_cpu_entry: /* Entry point for secondary CPUs */
di
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html