projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0852ec8
)
Check for PPC32 in imsttfb
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 22 Aug 2007 21:02:00 +0000
(14:02 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 23 Aug 2007 02:52:47 +0000
(19:52 -0700)
This is the correct fix according to Paul Mackerras and allows an
allyesconfig on PPC64 to build.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Paul Mackerras <paulus@samba.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/imsttfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/imsttfb.c
b/drivers/video/imsttfb.c
index 5715b8ad0ddc87ae0c301c3b432df4d268541446..94f4511023d810a49f4a8cb859025c854a97c886 100644
(file)
--- a/
drivers/video/imsttfb.c
+++ b/
drivers/video/imsttfb.c
@@
-1391,7
+1391,7
@@
init_imstt(struct fb_info *info)
}
}
-#if USE_NV_MODES && defined(CONFIG_PPC)
+#if USE_NV_MODES && defined(CONFIG_PPC
32
)
{
int vmode = init_vmode, cmode = init_cmode;