[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Oops3 for more code cleanup
ChangeSet 1.1327.1.17, 2005/04/29 16:30:23-06:00, djm@xxxxxxxxxxxxxxx Oops3 for more code cleanup hpsim_ssc.h | 11 +++++++++++ 1 files changed, 11 insertions(+) diff -Nru a/xen/arch/ia64/patch/linux-2.6.11/hpsim_ssc.h b/xen/arch/ia64/patch/linux-2.6.11/hpsim_ssc.h --- /dev/null Wed Dec 31 16:00:00 196900 +++ b/xen/arch/ia64/patch/linux-2.6.11/hpsim_ssc.h 2005-05-03 04:07:59 -04:00 @@ -0,0 +1,31 @@ + hpsim_ssc.h | 19 +++++++++++++++++++ + 1 files changed, 19 insertions(+) + +Index: linux-2.6.11/arch/ia64/hp/sim/hpsim_ssc.h +=================================================================== +--- linux-2.6.11.orig/arch/ia64/hp/sim/hpsim_ssc.h 2005-03-02 01:38:17.000000000 -0600 ++++ linux-2.6.11/arch/ia64/hp/sim/hpsim_ssc.h 2005-03-19 13:34:01.705520375 -0600 +@@ -33,4 +33,23 @@ + */ + extern long ia64_ssc (long arg0, long arg1, long arg2, long arg3, int nr); + ++#ifdef XEN ++/* Note: These are declared in linux/arch/ia64/hp/sim/simscsi.c but belong ++ * in linux/include/asm-ia64/hpsim_ssc.h, hence their addition here */ ++#define SSC_OPEN 50 ++#define SSC_CLOSE 51 ++#define SSC_READ 52 ++#define SSC_WRITE 53 ++#define SSC_GET_COMPLETION 54 ++#define SSC_WAIT_COMPLETION 55 ++ ++#define SSC_WRITE_ACCESS 2 ++#define SSC_READ_ACCESS 1 ++ ++struct ssc_disk_req { ++ unsigned long addr; ++ unsigned long len; ++}; ++#endif ++ + #endif /* _IA64_PLATFORM_HPSIM_SSC_H */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |