Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
b3c2ffd5
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看板
提交
b3c2ffd5
编写于
6月 30, 2006
作者:
A
Adrian Bunk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
typo fixes: mecanism -> mechanism
Signed-off-by:
N
Adrian Bunk
<
bunk@stusta.de
>
上级
9aaeded7
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
8 addition
and
8 deletion
+8
-8
arch/powerpc/kernel/prom_init.c
arch/powerpc/kernel/prom_init.c
+1
-1
arch/powerpc/platforms/powermac/cpufreq_32.c
arch/powerpc/platforms/powermac/cpufreq_32.c
+1
-1
drivers/macintosh/therm_pm72.h
drivers/macintosh/therm_pm72.h
+1
-1
drivers/video/aty/radeonfb.h
drivers/video/aty/radeonfb.h
+1
-1
include/asm-powerpc/of_device.h
include/asm-powerpc/of_device.h
+1
-1
include/asm-powerpc/pmac_pfunc.h
include/asm-powerpc/pmac_pfunc.h
+1
-1
include/asm-ppc/page.h
include/asm-ppc/page.h
+1
-1
include/linux/fb.h
include/linux/fb.h
+1
-1
未找到文件。
arch/powerpc/kernel/prom_init.c
浏览文件 @
b3c2ffd5
...
...
@@ -988,7 +988,7 @@ static void reserve_mem(u64 base, u64 size)
}
/*
* Initialize memory allocation mecanism, parse "memory" nodes and
* Initialize memory allocation mec
h
anism, parse "memory" nodes and
* obtain that way the top of memory and RMO to setup out local allocator
*/
static
void
__init
prom_init_mem
(
void
)
...
...
arch/powerpc/platforms/powermac/cpufreq_32.c
浏览文件 @
b3c2ffd5
...
...
@@ -68,7 +68,7 @@ static unsigned int cur_freq;
static
unsigned
int
sleep_freq
;
/*
* Different models uses different mecanisms to switch the frequency
* Different models uses different mec
h
anisms to switch the frequency
*/
static
int
(
*
set_speed_proc
)(
int
low_speed
);
static
unsigned
int
(
*
get_speed_proc
)(
void
);
...
...
drivers/macintosh/therm_pm72.h
浏览文件 @
b3c2ffd5
...
...
@@ -93,7 +93,7 @@ static char * critical_overtemp_path = "/sbin/critical_overtemp";
* 0. This appear to be safe enough for this first version
* of the driver, though I would accept any clean patch
* doing a better use of the device-tree without turning the
* while i2c registration mecanism into a racy mess
* while i2c registration mec
h
anism into a racy mess
*
* Note: Xserve changed this. We have some bits on the K2 bus,
* which I arbitrarily set to 0x200. Ultimately, we really want
...
...
drivers/video/aty/radeonfb.h
浏览文件 @
b3c2ffd5
...
...
@@ -382,7 +382,7 @@ struct radeonfb_info {
/* Note about this function: we have some rare cases where we must not schedule,
* this typically happen with our special "wake up early" hook which allows us to
* wake up the graphic chip (and thus get the console back) before everything else
* on some machines that support that mecanism. At this point, interrupts are off
* on some machines that support that mec
h
anism. At this point, interrupts are off
* and scheduling is not permitted
*/
static
inline
void
_radeon_msleep
(
struct
radeonfb_info
*
rinfo
,
unsigned
long
ms
)
...
...
include/asm-powerpc/of_device.h
浏览文件 @
b3c2ffd5
...
...
@@ -9,7 +9,7 @@
/*
* The of_platform_bus_type is a bus type used by drivers that do not
* attach to a macio or similar bus but still use OF probing
* mecanism
* mec
h
anism
*/
extern
struct
bus_type
of_platform_bus_type
;
...
...
include/asm-powerpc/pmac_pfunc.h
浏览文件 @
b3c2ffd5
...
...
@@ -205,7 +205,7 @@ extern void pmf_do_irq(struct pmf_function *func);
*
* The args array contains as many arguments as is required by the function,
* this is dependent on the function you are calling, unfortunately Apple
* mecanism provides no way to encode that so you have to get it right at
* mec
h
anism provides no way to encode that so you have to get it right at
* the call site. Some functions require no args, in which case, you can
* pass NULL.
*
...
...
include/asm-ppc/page.h
浏览文件 @
b3c2ffd5
...
...
@@ -170,7 +170,7 @@ extern __inline__ int get_order(unsigned long size)
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
/* We do define AT_SYSINFO_EHDR but don't use the gate mecanism */
/* We do define AT_SYSINFO_EHDR but don't use the gate mec
h
anism */
#define __HAVE_ARCH_GATE_AREA 1
#include <asm-generic/memory_model.h>
...
...
include/linux/fb.h
浏览文件 @
b3c2ffd5
...
...
@@ -557,7 +557,7 @@ struct fb_pixmap {
* Frame buffer operations
*
* LOCKING NOTE: those functions must _ALL_ be called with the console
* semaphore held, this is the only suitable locking mecanism we have
* semaphore held, this is the only suitable locking mec
h
anism we have
* in 2.6. Some may be called at interrupt time at this point though.
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录