public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Wink Saville <wink-hKg/bvL8yClBDgjK7y7TUQ@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH 3/4] ACE modifications to actually use ACE
Date: Sat, 05 May 2007 18:55:05 -0700	[thread overview]
Message-ID: <463D3579.6030409@saville.com> (raw)

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/

                 reply	other threads:[~2007-05-06  1:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=463D3579.6030409@saville.com \
    --to=wink-hkg/bvl8yclbdgjk7y7tuq@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox