dump: Be more specific about inability to dump 32bit tasks on x86

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2013-03-27 15:43:27 +04:00
parent f95d509d2e
commit b5dfd452cc
4 changed files with 15 additions and 7 deletions

View file

@ -74,6 +74,6 @@ int syscall_seized(struct parasite_ctl *ctl, int nr, unsigned long *ret,
unsigned long arg6);
extern int __parasite_execute(struct parasite_ctl *ctl, pid_t pid, user_regs_struct_t *regs);
extern int task_in_compat_mode(pid_t pid);
extern bool arch_can_dump_task(pid_t pid);
#endif /* __CR_PARASITE_SYSCALL_H__ */