Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ecb3ca27
Commit
ecb3ca27
authored
Nov 02, 2005
by
Kelly Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify defines according to _ASM_POWERPC_ISERIES_
Signed-off-by:
Kelly Daly
<
kelly@au.ibm.com
>
parent
10e88057
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
44 additions
and
44 deletions
+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
No files found.
include/asm-powerpc/iseries/hv_call.h
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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
View file @
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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment