Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
ecb3ca27
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
ecb3ca27
编写于
11月 02, 2005
作者:
K
Kelly Daly
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify defines according to _ASM_POWERPC_ISERIES_
Signed-off-by:
N
Kelly Daly
<
kelly@au.ibm.com
>
上级
10e88057
变更
15
显示空白变更内容
内联
并排
Showing
15 changed file
with
44 addition
and
44 deletion
+44
-44
include/asm-powerpc/iseries/hv_call.h
include/asm-powerpc/iseries/hv_call.h
+3
-3
include/asm-powerpc/iseries/hv_call_event.h
include/asm-powerpc/iseries/hv_call_event.h
+3
-3
include/asm-powerpc/iseries/hv_call_sc.h
include/asm-powerpc/iseries/hv_call_sc.h
+3
-3
include/asm-powerpc/iseries/hv_call_xm.h
include/asm-powerpc/iseries/hv_call_xm.h
+3
-3
include/asm-powerpc/iseries/hv_lp_config.h
include/asm-powerpc/iseries/hv_lp_config.h
+3
-3
include/asm-powerpc/iseries/hv_lp_event.h
include/asm-powerpc/iseries/hv_lp_event.h
+3
-3
include/asm-powerpc/iseries/hv_types.h
include/asm-powerpc/iseries/hv_types.h
+3
-3
include/asm-powerpc/iseries/iseries_io.h
include/asm-powerpc/iseries/iseries_io.h
+3
-3
include/asm-powerpc/iseries/it_exp_vpd_panel.h
include/asm-powerpc/iseries/it_exp_vpd_panel.h
+3
-3
include/asm-powerpc/iseries/it_lp_naca.h
include/asm-powerpc/iseries/it_lp_naca.h
+3
-3
include/asm-powerpc/iseries/it_lp_queue.h
include/asm-powerpc/iseries/it_lp_queue.h
+3
-3
include/asm-powerpc/iseries/it_lp_reg_save.h
include/asm-powerpc/iseries/it_lp_reg_save.h
+2
-2
include/asm-powerpc/iseries/lpar_map.h
include/asm-powerpc/iseries/lpar_map.h
+3
-3
include/asm-powerpc/iseries/mf.h
include/asm-powerpc/iseries/mf.h
+3
-3
include/asm-powerpc/iseries/vio.h
include/asm-powerpc/iseries/vio.h
+3
-3
未找到文件。
include/asm-powerpc/iseries/hv_call.h
浏览文件 @
ecb3ca27
...
...
@@ -20,8 +20,8 @@
* This file contains the "hypervisor call" interface which is used to
* drive the hypervisor from the OS.
*/
#ifndef _
HV
CALL_H
#define _
HV
CALL_H
#ifndef _
ASM_POWERPC_ISERIES_HV_
CALL_H
#define _
ASM_POWERPC_ISERIES_HV_
CALL_H
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
...
...
@@ -110,4 +110,4 @@ static inline void HvCall_sendIPI(struct paca_struct *targetPaca)
HvCall1
(
HvCallBaseSendIPI
,
targetPaca
->
paca_index
);
}
#endif
/* _
HV
CALL_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_
CALL_H */
include/asm-powerpc/iseries/hv_call_event.h
浏览文件 @
ecb3ca27
...
...
@@ -20,8 +20,8 @@
* This file contains the "hypervisor call" interface which is used to
* drive the hypervisor from the OS.
*/
#ifndef _
HVCALL
EVENT_H
#define _
HVCALL
EVENT_H
#ifndef _
ASM_POWERPC_ISERIES_HV_CALL_
EVENT_H
#define _
ASM_POWERPC_ISERIES_HV_CALL_
EVENT_H
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
...
...
@@ -250,4 +250,4 @@ static inline HvLpDma_Rc HvCallEvent_dmaToSp(void *local, u32 remote,
return
HvCall4
(
HvCallEventDmaToSp
,
abs_addr
,
remote
,
length
,
dir
);
}
#endif
/* _
HVCALL
EVENT_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_CALL_
EVENT_H */
include/asm-powerpc/iseries/hv_call_sc.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
HVCALL
SC_H
#define _
HVCALL
SC_H
#ifndef _
ASM_POWERPC_ISERIES_HV_CALL_
SC_H
#define _
ASM_POWERPC_ISERIES_HV_CALL_
SC_H
#include <linux/types.h>
...
...
@@ -48,4 +48,4 @@ extern u64 HvCall5Ret16(u64, void *, u64, u64, u64, u64, u64);
extern
u64
HvCall6Ret16
(
u64
,
void
*
,
u64
,
u64
,
u64
,
u64
,
u64
,
u64
);
extern
u64
HvCall7Ret16
(
u64
,
void
*
,
u64
,
u64
,
u64
,
u64
,
u64
,
u64
,
u64
);
#endif
/* _
HVCALL
SC_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_CALL_
SC_H */
include/asm-powerpc/iseries/hv_call_xm.h
浏览文件 @
ecb3ca27
...
...
@@ -2,8 +2,8 @@
* This file contains the "hypervisor call" interface which is used to
* drive the hypervisor from SLIC.
*/
#ifndef _
HVCALL
XM_H
#define _
HVCALL
XM_H
#ifndef _
ASM_POWERPC_ISERIES_HV_CALL_
XM_H
#define _
ASM_POWERPC_ISERIES_HV_CALL_
XM_H
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
...
...
@@ -75,4 +75,4 @@ static inline u64 HvCallXm_loadTod(void)
return
HvCall0
(
HvCallXmLoadTod
);
}
#endif
/* _
HVCALL
XM_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_CALL_
XM_H */
include/asm-powerpc/iseries/hv_lp_config.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
HVLP
CONFIG_H
#define _
HVLP
CONFIG_H
#ifndef _
ASM_POWERPC_ISERIES_HV_LP_
CONFIG_H
#define _
ASM_POWERPC_ISERIES_HV_LP_
CONFIG_H
/*
* This file contains the interface to the LPAR configuration data
...
...
@@ -135,4 +135,4 @@ static inline HvLpIndex HvLpConfig_getHostingLpIndex(HvLpIndex lp)
return
HvCall1
(
HvCallCfgGetHostingLpIndex
,
lp
);
}
#endif
/* _
HVLP
CONFIG_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_LP_
CONFIG_H */
include/asm-powerpc/iseries/hv_lp_event.h
浏览文件 @
ecb3ca27
...
...
@@ -19,8 +19,8 @@
/* This file contains the class for HV events in the system. */
#ifndef _
HVLP
EVENT_H
#define _
HVLP
EVENT_H
#ifndef _
ASM_POWERPC_ISERIES_HV_LP_
EVENT_H
#define _
ASM_POWERPC_ISERIES_HV_LP_
EVENT_H
#include <asm/types.h>
#include <asm/ptrace.h>
...
...
@@ -139,4 +139,4 @@ extern int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
#define HvLpDma_Rc_InvalidAddress 4
#define HvLpDma_Rc_InvalidLength 5
#endif
/* _
HVLP
EVENT_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_LP_
EVENT_H */
include/asm-powerpc/iseries/hv_types.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
HV
TYPES_H
#define _
HV
TYPES_H
#ifndef _
ASM_POWERPC_ISERIES_HV_
TYPES_H
#define _
ASM_POWERPC_ISERIES_HV_
TYPES_H
/*
* General typedefs for the hypervisor.
...
...
@@ -110,4 +110,4 @@ struct HvLpBufferList {
u64
len
;
};
#endif
/* _
HV
TYPES_H */
#endif
/* _
ASM_POWERPC_ISERIES_HV_
TYPES_H */
include/asm-powerpc/iseries/iseries_io.h
浏览文件 @
ecb3ca27
#ifndef _ISERIES_IO_H
#define _ISERIES_IO_H
#ifndef _
ASM_POWERPC_ISERIES_
ISERIES_IO_H
#define _
ASM_POWERPC_ISERIES_
ISERIES_IO_H
#include <linux/config.h>
...
...
@@ -46,4 +46,4 @@ extern void iSeries_memcpy_fromio(void *dest,
const
volatile
void
__iomem
*
source
,
size_t
n
);
#endif
/* CONFIG_PPC_ISERIES */
#endif
/* _ISERIES_IO_H */
#endif
/* _
ASM_POWERPC_ISERIES_
ISERIES_IO_H */
include/asm-powerpc/iseries/it_exp_vpd_panel.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
ITEXTVPD
PANEL_H
#define _
ITEXTVPD
PANEL_H
#ifndef _
ASM_POWERPC_ISERIES_IT_EXT_VPD_
PANEL_H
#define _
ASM_POWERPC_ISERIES_IT_EXT_VPD_
PANEL_H
/*
* This struct maps the panel information
...
...
@@ -49,4 +49,4 @@ struct ItExtVpdPanel {
extern
struct
ItExtVpdPanel
xItExtVpdPanel
;
#endif
/* _
ITEXTVPD
PANEL_H */
#endif
/* _
ASM_POWERPC_ISERIES_IT_EXT_VPD_
PANEL_H */
include/asm-powerpc/iseries/it_lp_naca.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
ITLP
NACA_H
#define _
ITLP
NACA_H
#ifndef _
ASM_POWERPC_ISERIES_IT_LP_
NACA_H
#define _
ASM_POWERPC_ISERIES_IT_LP_
NACA_H
#include <linux/types.h>
...
...
@@ -77,4 +77,4 @@ struct ItLpNaca {
extern
struct
ItLpNaca
itLpNaca
;
#endif
/* _
ITLP
NACA_H */
#endif
/* _
ASM_POWERPC_ISERIES_IT_LP_
NACA_H */
include/asm-powerpc/iseries/it_lp_queue.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
ITLP
QUEUE_H
#define _
ITLP
QUEUE_H
#ifndef _
ASM_POWERPC_ISERIES_IT_LP_
QUEUE_H
#define _
ASM_POWERPC_ISERIES_IT_LP_
QUEUE_H
/*
* This control block defines the simple LP queue structure that is
...
...
@@ -78,4 +78,4 @@ extern int hvlpevent_is_pending(void);
extern
void
process_hvlpevents
(
struct
pt_regs
*
);
extern
void
setup_hvlpevent_queue
(
void
);
#endif
/* _
ITLP
QUEUE_H */
#endif
/* _
ASM_POWERPC_ISERIES_IT_LP_
QUEUE_H */
include/asm-powerpc/iseries/it_lp_reg_save.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
ITLPREG
SAVE_H
#define _
ITLPREG
SAVE_H
#ifndef _
ASM_POWERPC_ISERIES_IT_LP_REG_
SAVE_H
#define _
ASM_POWERPC_ISERIES_IT_LP_REG_
SAVE_H
/*
* This control block contains the data that is shared between PLIC
...
...
include/asm-powerpc/iseries/lpar_map.h
浏览文件 @
ecb3ca27
...
...
@@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
LPAR
MAP_H
#define _
LPAR
MAP_H
#ifndef _
ASM_POWERPC_ISERIES_LPAR_
MAP_H
#define _
ASM_POWERPC_ISERIES_LPAR_
MAP_H
#ifndef __ASSEMBLY__
...
...
@@ -80,4 +80,4 @@ extern const struct LparMap xLparMap;
/* the fixed address where the LparMap exists */
#define LPARMAP_PHYS 0x7000
#endif
/* _
LPAR
MAP_H */
#endif
/* _
ASM_POWERPC_ISERIES_LPAR_
MAP_H */
include/asm-powerpc/iseries/mf.h
浏览文件 @
ecb3ca27
...
...
@@ -23,8 +23,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _ASM_P
PC64
_ISERIES_MF_H
#define _ASM_P
PC64
_ISERIES_MF_H
#ifndef _ASM_P
OWERPC
_ISERIES_MF_H
#define _ASM_P
OWERPC
_ISERIES_MF_H
#include <linux/types.h>
...
...
@@ -54,4 +54,4 @@ extern int mf_get_rtc(struct rtc_time *tm);
extern
int
mf_get_boot_rtc
(
struct
rtc_time
*
tm
);
extern
int
mf_set_rtc
(
struct
rtc_time
*
tm
);
#endif
/* _ASM_P
PC64
_ISERIES_MF_H */
#endif
/* _ASM_P
OWERPC
_ISERIES_MF_H */
include/asm-powerpc/iseries/vio.h
浏览文件 @
ecb3ca27
...
...
@@ -38,8 +38,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef _ISERIES_VIO_H
#define _ISERIES_VIO_H
#ifndef _
ASM_POWERPC_
ISERIES_VIO_H
#define _
ASM_POWERPC_
ISERIES_VIO_H
#include <asm/iseries/hv_types.h>
#include <asm/iseries/hv_lp_event.h>
...
...
@@ -127,4 +127,4 @@ struct device;
extern
struct
device
*
iSeries_vio_dev
;
#endif
/* _ISERIES_VIO_H */
#endif
/* _
ASM_POWERPC_
ISERIES_VIO_H */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录