Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
642d4ea0
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
642d4ea0
编写于
11月 29, 2007
作者:
J
Jesper Nilsson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
CRIS: Remove unnecessary CVS log from cris/mm/init.c
上级
1e5915b1
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
0 addition
and
111 deletion
+0
-111
arch/cris/mm/init.c
arch/cris/mm/init.c
+0
-111
未找到文件。
arch/cris/mm/init.c
浏览文件 @
642d4ea0
...
...
@@ -6,117 +6,6 @@
*
* Authors: Bjorn Wesen (bjornw@axis.com)
*
* $Log: init.c,v $
* Revision 1.11 2004/05/28 09:28:56 starvik
* Calculation of loops_per_usec moved because initialization order has changed
* in Linux 2.6.
*
* Revision 1.10 2004/05/14 07:58:05 starvik
* Merge of changes from 2.4
*
* Revision 1.9 2003/07/04 08:27:54 starvik
* Merge of Linux 2.5.74
*
* Revision 1.8 2003/04/09 05:20:48 starvik
* Merge of Linux 2.5.67
*
* Revision 1.7 2003/01/22 06:48:38 starvik
* Fixed warnings issued by GCC 3.2.1
*
* Revision 1.6 2002/12/11 14:44:48 starvik
* Extracted v10 (ETRAX 100LX) specific stuff to arch/cris/arch-v10/mm
*
* Revision 1.5 2002/11/18 07:37:37 starvik
* Added cache bug workaround (from Linux 2.4)
*
* Revision 1.4 2002/11/13 15:40:24 starvik
* Removed the page table cache stuff (as done in other archs)
*
* Revision 1.3 2002/11/05 06:45:13 starvik
* Merge of Linux 2.5.45
*
* Revision 1.2 2001/12/18 13:35:22 bjornw
* Applied the 2.4.13->2.4.16 CRIS patch to 2.5.1 (is a copy of 2.4.15).
*
* Revision 1.31 2001/11/13 16:22:00 bjornw
* Skip calculating totalram and sharedram in si_meminfo
*
* Revision 1.30 2001/11/12 19:02:10 pkj
* Fixed compiler warnings.
*
* Revision 1.29 2001/07/25 16:09:50 bjornw
* val->sharedram will stay 0
*
* Revision 1.28 2001/06/28 16:30:17 bjornw
* Oops. This needs to wait until 2.4.6 is merged
*
* Revision 1.27 2001/06/28 14:04:07 bjornw
* Fill in sharedram
*
* Revision 1.26 2001/06/18 06:36:02 hp
* Enable free_initmem of __init-type pages
*
* Revision 1.25 2001/06/13 00:02:23 bjornw
* Use a separate variable to store the current pgd to avoid races in schedule
*
* Revision 1.24 2001/05/15 00:52:20 hp
* Only map segment 0xa as seg if CONFIG_JULIETTE
*
* Revision 1.23 2001/04/04 14:35:40 bjornw
* * Removed get_pte_slow and friends (2.4.3 change)
* * Removed bad_pmd handling (2.4.3 change)
*
* Revision 1.22 2001/04/04 13:38:04 matsfg
* Moved ioremap to a separate function instead
*
* Revision 1.21 2001/03/27 09:28:33 bjornw
* ioremap used too early - lets try it in mem_init instead
*
* Revision 1.20 2001/03/23 07:39:21 starvik
* Corrected according to review remarks
*
* Revision 1.19 2001/03/15 14:25:17 bjornw
* More general shadow registers and ioremaped addresses for external I/O
*
* Revision 1.18 2001/02/23 12:46:44 bjornw
* * 0xc was not CSE1; 0x8 is, same as uncached flash, so we move the uncached
* flash during CRIS_LOW_MAP from 0xe to 0x8 so both the flash and the I/O
* is mapped straight over (for !CRIS_LOW_MAP the uncached flash is still 0xe)
*
* Revision 1.17 2001/02/22 15:05:21 bjornw
* Map 0x9 straight over during LOW_MAP to allow for memory mapped LEDs
*
* Revision 1.16 2001/02/22 15:02:35 bjornw
* Map 0xc straight over during LOW_MAP to allow for memory mapped I/O
*
* Revision 1.15 2001/01/10 21:12:10 bjornw
* loops_per_sec -> loops_per_jiffy
*
* Revision 1.14 2000/11/22 16:23:20 bjornw
* Initialize totalhigh counters to 0 to make /proc/meminfo look nice.
*
* Revision 1.13 2000/11/21 16:37:51 bjornw
* Temporarily disable initmem freeing
*
* Revision 1.12 2000/11/21 13:55:07 bjornw
* Use CONFIG_CRIS_LOW_MAP for the low VM map instead of explicit CPU type
*
* Revision 1.11 2000/10/06 12:38:22 bjornw
* Cast empty_bad_page correctly (should really be of * type from the start..
*
* Revision 1.10 2000/10/04 16:53:57 bjornw
* Fix memory-map due to LX features
*
* Revision 1.9 2000/09/13 15:47:49 bjornw
* Wrong count in reserved-pages loop
*
* Revision 1.8 2000/09/13 14:35:10 bjornw
* 2.4.0-test8 added a new arg to free_area_init_node
*
* Revision 1.7 2000/08/17 15:35:55 bjornw
* 2.4.0-test6 removed MAP_NR and inserted virt_to_page
*
*
*/
#include <linux/init.h>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录