From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wink Saville Subject: [PATCH 3/4] ACE modifications to actually use ACE Date: Sat, 05 May 2007 18:55:05 -0700 Message-ID: <463D3579.6030409@saville.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Signed-off-by: Wink Saville --- 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 #endif +#ifdef CONFIG_ACE_DEVICE +#include +#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/