nouveau: fix ppc and get it right this time.

main
Stephane Marchesin 2007-09-21 22:42:39 +02:00
parent dc60c452e6
commit 7587e9682c
1 changed files with 1 additions and 1 deletions

View File

@ -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