Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
ae6aafe3
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
ae6aafe3
编写于
2月 06, 2005
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Move missplaced code line to the right place.
Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
0efe2761
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
56 addition
and
3 deletion
+56
-3
arch/mips/mm/c-r4k.c
arch/mips/mm/c-r4k.c
+2
-3
arch/mips/sgi-ip27/Kconfig
arch/mips/sgi-ip27/Kconfig
+54
-0
未找到文件。
arch/mips/mm/c-r4k.c
浏览文件 @
ae6aafe3
...
@@ -1012,14 +1012,13 @@ static void __init probe_pcache(void)
...
@@ -1012,14 +1012,13 @@ static void __init probe_pcache(void)
* with that for us so we don't need to take care ourselves.
* with that for us so we don't need to take care ourselves.
*/
*/
switch
(
c
->
cputype
)
{
switch
(
c
->
cputype
)
{
if
(
c
->
dcache
.
waysize
>
PAGE_SIZE
)
case
CPU_R10000
:
case
CPU_R10000
:
case
CPU_R12000
:
case
CPU_R12000
:
break
;
break
;
case
CPU_24K
:
case
CPU_24K
:
if
(
!
(
read_c0_config7
()
&
(
1
<<
16
)))
if
(
!
(
read_c0_config7
()
&
(
1
<<
16
)))
default:
default:
if
(
c
->
dcache
.
waysize
>
PAGE_SIZE
)
c
->
dcache
.
flags
|=
MIPS_CACHE_ALIASES
;
c
->
dcache
.
flags
|=
MIPS_CACHE_ALIASES
;
}
}
...
...
arch/mips/sgi-ip27/Kconfig
0 → 100644
浏览文件 @
ae6aafe3
#config SGI_SN0_XXL
# bool "IP27 XXL"
# depends on SGI_IP27
# This options adds support for userspace processes upto 16TB size.
# Normally the limit is just .5TB.
config SGI_SN0_N_MODE
bool "IP27 N-Mode"
depends on SGI_IP27
help
The nodes of Origin 200, Origin 2000 and Onyx 2 systems can be
configured in either N-Modes which allows for more nodes or M-Mode
which allows for more memory. Your system is most probably
running in M-Mode, so you should say N here.
config ARCH_DISCONTIGMEM_ENABLE
bool
default y if SGI_IP27
help
Say Y to upport efficient handling of discontiguous physical memory,
for architectures which are either NUMA (Non-Uniform Memory Access)
or have huge holes in the physical address space for other reasons.
See <file:Documentation/vm/numa> for more.
config NUMA
bool "NUMA Support"
depends on SGI_IP27
help
Say Y to compile the kernel to support NUMA (Non-Uniform Memory
Access). This option is for configuring high-end multiprocessor
server machines. If in doubt, say N.
config MAPPED_KERNEL
bool "Mapped kernel support"
depends on SGI_IP27
help
Change the way a Linux kernel is loaded into memory on a MIPS64
machine. This is required in order to support text replication and
NUMA. If you need to understand it, read the source code.
config REPLICATE_KTEXT
bool "Kernel text replication support"
depends on SGI_IP27
help
Say Y here to enable replicating the kernel text across multiple
nodes in a NUMA cluster. This trades memory for speed.
config REPLICATE_EXHANDLERS
bool "Exception handler replication support"
depends on SGI_IP27
help
Say Y here to enable replicating the kernel exception handlers
across multiple nodes in a NUMA cluster. This trades memory for
speed.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录