mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 17:41:51 +00:00
13 lines
369 B
Diff
13 lines
369 B
Diff
|
--- ipmitool-1.8.11/src/plugins/imb/imbapi.c 2009-02-26 04:38:53.000000000 +0800
|
||
|
+++ ipmitool-1.8.11_modify/src/plugins/imb/imbapi.c 2009-11-18 12:15:42.000000000 +0800
|
||
|
@@ -89,6 +89,9 @@
|
||
|
#define IMB_DEVICE "/dev/instru/mismic"
|
||
|
#else
|
||
|
#define IMB_DEVICE "/dev/imb"
|
||
|
+#ifndef EXEC_PAGESIZE
|
||
|
+#define EXEC_PAGESIZE 4096
|
||
|
+#endif
|
||
|
#define PAGESIZE EXEC_PAGESIZE
|
||
|
#endif
|
||
|
|