Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
edc123d1
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
edc123d1
编写于
6月 07, 2006
作者:
R
Ralf Baechle
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[MIPS] IP27: Remove leftovers of sable support.
Signed-off-by:
N
Ralf Baechle
<
ralf@linux-mips.org
>
上级
8dbd1d3e
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
2 addition
and
22 deletion
+2
-22
include/asm-mips/sn/kldir.h
include/asm-mips/sn/kldir.h
+2
-2
include/asm-mips/sn/sn0/addrs.h
include/asm-mips/sn/sn0/addrs.h
+0
-5
include/asm-mips/sn/sn0/arch.h
include/asm-mips/sn/sn0/arch.h
+0
-11
include/asm-mips/sn/sn0/hub.h
include/asm-mips/sn/sn0/hub.h
+0
-4
未找到文件。
include/asm-mips/sn/kldir.h
浏览文件 @
edc123d1
...
...
@@ -141,7 +141,7 @@
*/
#define SYMMON_STACK_SIZE 0x8000
#if defined (PROM)
|| defined (SABLE)
#if defined (PROM)
/*
* These defines are prom version dependent. No code other than the IP27
...
...
@@ -178,7 +178,7 @@
#define IP27_FREEMEM_COUNT 1
#define IP27_FREEMEM_STRIDE 0
#endif
/* PROM
|| SABLE
*/
#endif
/* PROM */
/*
* There will be only one of these in a partition so the IO6 must set it up.
*/
...
...
include/asm-mips/sn/sn0/addrs.h
浏览文件 @
edc123d1
...
...
@@ -143,12 +143,7 @@
#define SN0_WIDGET_BASE(_nasid, _wid) (NODE_SWIN_BASE((_nasid), (_wid)))
/* Turn on sable logging for the processors whose bits are set. */
#ifdef SABLE
#define SABLE_LOG_TRIGGER(_map) \
*((volatile hubreg_t *)(IO_BASE + 0x17ffff0)) = (_map)
#else
#define SABLE_LOG_TRIGGER(_map)
#endif
/* SABLE */
#ifndef __ASSEMBLY__
#define KERN_NMI_ADDR(nasid, slice) \
...
...
include/asm-mips/sn/sn0/arch.h
浏览文件 @
edc123d1
...
...
@@ -13,8 +13,6 @@
#include <linux/config.h>
#ifndef SABLE
#ifndef SN0XXL
/* 128 cpu SMP max */
/*
* This is the maximum number of nodes that can be part of a kernel.
...
...
@@ -54,15 +52,6 @@
*/
#define MAX_PARTITIONS MAX_REGIONS
#else
#define MAX_COMPACT_NODES 4
#define MAX_NASIDS 4
#define MAXCPUS 8
#endif
#define NASID_MASK_BYTES ((MAX_NASIDS + 7) / 8)
/*
...
...
include/asm-mips/sn/sn0/hub.h
浏览文件 @
edc123d1
...
...
@@ -31,10 +31,6 @@
#include <asm/sn/sn0/hubni.h>
//#include <asm/sn/sn0/hubcore.h>
#ifdef SABLE
#define IP27_NO_HUBUART_INT 1
#endif
/* Translation of uncached attributes */
#define UATTR_HSPEC 0
#define UATTR_IO 1
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录