ia64/xen-unstable
view linux-2.6-xen-sparse/include/xen/xen_proc.h @ 13341:3040ba0f2d3d
When booting via xm, only run the bootloader if it's in non-interactive mode:
otherwise we lose the user's named kernel and try to bootload the temporary
file pygrub returned.
Signed-off-by: John Levon <john.levon@sun.com>
otherwise we lose the user's named kernel and try to bootload the temporary
file pygrub returned.
Signed-off-by: John Levon <john.levon@sun.com>
author | Tim Deegan <Tim.Deegan@xensource.com> |
---|---|
date | Tue Jan 09 13:24:45 2007 +0000 (2007-01-09) |
parents | 48c0f5489d44 |
children | e47738923a05 |
line source
2 #ifndef __ASM_XEN_PROC_H__
3 #define __ASM_XEN_PROC_H__
5 #include <linux/config.h>
6 #include <linux/proc_fs.h>
8 extern struct proc_dir_entry *create_xen_proc_entry(
9 const char *name, mode_t mode);
10 extern void remove_xen_proc_entry(
11 const char *name);
13 #endif /* __ASM_XEN_PROC_H__ */