Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
f456acae
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
f456acae
编写于
6月 14, 2006
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[MIPS] IP27: Cleanup N/M mode configuration.
Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
09866258
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
22 addition
and
7 deletion
+22
-7
arch/mips/sgi-ip27/Kconfig
arch/mips/sgi-ip27/Kconfig
+20
-5
include/asm-mips/sn/sn0/arch.h
include/asm-mips/sn/sn0/arch.h
+2
-2
未找到文件。
arch/mips/sgi-ip27/Kconfig
浏览文件 @
f456acae
...
...
@@ -4,14 +4,29 @@
# This options adds support for userspace processes upto 16TB size.
# Normally the limit is just .5TB.
choice
prompt "Node addressing mode"
depends on SGI_IP27
default SGI_SN_M_MODE
config SGI_SN_M_MODE
bool "IP27 M-Mode"
help
The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
in either N-Modes which allows for more nodes or M-Mode which allows
for more memory. Your hardware is almost certainly running in
M-Mode, so choose M-mode here.
config SGI_SN_N_MODE
bool "IP27 N-Mode"
depends on
SGI_IP27
depends on
EXPERIMENTAL
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.
The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
in either N-Modes which allows for more nodes or M-Mode which allows
for more memory. Your hardware is almost certainly running in
M-Mode, so choose M-mode here.
endchoice
config MAPPED_KERNEL
bool "Mapped kernel support"
...
...
include/asm-mips/sn/sn0/arch.h
浏览文件 @
f456acae
...
...
@@ -59,9 +59,9 @@
*/
#ifdef CONFIG_SGI_SN_N_MODE
#define MAX_MEM_SLOTS 16
/* max slots per node */
#else
/* !CONFIG_SGI_SN_N_MODE, assume M_MODE */
#else
/* !CONFIG_SGI_SN_N_MODE, assume
CONFIG_SGI_SN_
M_MODE */
#define MAX_MEM_SLOTS 32
/* max slots per node */
#endif
/*
defined(N_MODE)
*/
#endif
/*
CONFIG_SGI_SN_M_MODE
*/
#define SLOT_SHIFT (27)
#define SLOT_MIN_MEM_SIZE (32*1024*1024)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录