diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-06-21 10:14:20 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 05:18:08 -0400 |
commit | 32d7331852a07d1f94c6d1b817c7c45648aa0fe7 (patch) | |
tree | f9e7e2bae43e6dd18174029aa3d5019d21f0e7b9 /include/asm-powerpc/ps3.h | |
parent | e4eb8cf0ae5e6e2d7531a3fc7088f7f638795ca6 (diff) |
[POWERPC] PS3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver
Preallocate 256 KiB of bootmem memory for the PS3 FLASH ROM storage driver.
This can be disabled by passing `ps3flash=off' on the kernel command line.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/ps3.h')
-rw-r--r-- | include/asm-powerpc/ps3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index a35aea2db9c5..a6f3f5ee7ca7 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h | |||
@@ -427,6 +427,7 @@ struct ps3_prealloc { | |||
427 | }; | 427 | }; |
428 | 428 | ||
429 | extern struct ps3_prealloc ps3fb_videomemory; | 429 | extern struct ps3_prealloc ps3fb_videomemory; |
430 | extern struct ps3_prealloc ps3flash_bounce_buffer; | ||
430 | 431 | ||
431 | 432 | ||
432 | #endif | 433 | #endif |