-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 42294 b: refs/heads/master c: f58a9d1 h: refs/heads/master v: v3
- Loading branch information
Geoff Levand
authored and
Paul Mackerras
committed
Dec 4, 2006
1 parent
7029405
commit 4527bec
Showing
12 changed files
with
1,625 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a985239bdf017e00e985c3a31149d6ae128fdc5f | ||
refs/heads/master: f58a9d171a346afb1b09190427e6c28c6118703e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
menu "PS3 Platform Options" | ||
depends on PPC_PS3 | ||
|
||
config PS3_HTAB_SIZE | ||
depends on PPC_PS3 | ||
int "PS3 Platform pagetable size" | ||
range 18 20 | ||
default 20 | ||
help | ||
This option is only for experts who may have the desire to fine | ||
tune the pagetable size on their system. The value here is | ||
expressed as the log2 of the page table size. Valid values are | ||
18, 19, and 20, corresponding to 256KB, 512KB and 1MB respectively. | ||
|
||
If unsure, choose the default (20) with the confidence that your | ||
system will have optimal runtime performance. | ||
|
||
config PS3_DYNAMIC_DMA | ||
depends on PPC_PS3 && EXPERIMENTAL | ||
bool "PS3 Platform dynamic DMA page table management" | ||
default n | ||
help | ||
This option will enable kernel support to take advantage of the | ||
per device dynamic DMA page table management provided by the Cell | ||
processor's IO Controller. This support incurs some runtime | ||
overhead and also slightly increases kernel memory usage. The | ||
current implementation should be considered experimental. | ||
|
||
This support is mainly for Linux kernel development. If unsure, | ||
say N. | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-y += setup.o mm.o smp.o time.o hvcall.o htab.o repository.o | ||
obj-y += interrupt.o exports.o |
Oops, something went wrong.