diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-09-21 22:42:39 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-09-21 22:42:39 +0200 |
commit | 7587e9682c1b70930c015915d588b42ccd00c7c4 (patch) | |
tree | 846907e2ddac09ff91a719b3294291b268fa18e4 | |
parent | dc60c452e6ac72ebc4e5c73153d4d9d8c9edfae5 (diff) |
nouveau: fix ppc and get it right this time.
-rw-r--r-- | shared-core/nouveau_notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_notifier.c b/shared-core/nouveau_notifier.c index fbd4b56f..d3b79683 100644 --- a/shared-core/nouveau_notifier.c +++ b/shared-core/nouveau_notifier.c @@ -37,7 +37,7 @@ nouveau_notifier_init_channel(struct nouveau_channel *chan) int flags, ret; /*TODO: PCI notifier blocks */ -#if defined(__powerpc__) +#ifndef __powerpc__ if (dev_priv->agp_heap) flags = NOUVEAU_MEM_AGP; else |