public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] ACE modifications to actually use ACE
@ 2007-05-06  1:55 Wink Saville
  0 siblings, 0 replies; only message in thread
From: Wink Saville @ 2007-05-06  1:55 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Signed-off-by: Wink Saville <wink-hKg/bvL8yClBDgjK7y7TUQ@public.gmane.org>
---
  init/main.c |   13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)

Index: linux-2.6/init/main.c
===================================================================
--- linux-2.6.orig/init/main.c	2007-04-29 21:52:04.000000000 -0700
+++ linux-2.6/init/main.c	2007-04-29 21:52:04.000000000 -0700
@@ -66,6 +66,10 @@
  #include <asm/smp.h>
  #endif

+#ifdef CONFIG_ACE_DEVICE
+#include <asm/ace.h>
+#endif
+
  /*
   * This is one of the first .c files built. Error out early if we have compiler
   * trouble.
@@ -618,6 +622,14 @@
  #endif

  	kshmem_init();
+
+#ifdef CONFIG_ACE_DEVICE
+	/*
+	 * ACE initialization
+	 */
+	ace_init();
+#endif
+
  	fork_init(num_physpages);
  	proc_caches_init();
  	buffer_init();


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-06  1:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-06  1:55 [PATCH 3/4] ACE modifications to actually use ACE Wink Saville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox