Re: zaurus: disentangle zboot from compat/linux

2016-03-02 Thread Christian Weisgerber
Jonathan Gray: > You've used the wrong number for select, should be: > > linux/linux_syscall.h:#define LINUX_SYS_select142 Thank you! I'll fix that. > diskprobe diff: > exit diff: Those look like harmless compiler churn. -- Christian "naddy" Weisgerber

Re: zaurus: disentangle zboot from compat/linux

2016-03-01 Thread Jonathan Gray
On Sun, Feb 28, 2016 at 05:25:06PM +0100, Christian Weisgerber wrote: > This disentangles the zaurus bootstrap from compat/linux. > > We only need a small subset of syscall numbers and constants, so > this moves the definitions directly into zboot/compat_linux.h. > Compared to compat/linux/*.h, I

zaurus: disentangle zboot from compat/linux

2016-02-28 Thread Christian Weisgerber
This disentangles the zaurus bootstrap from compat/linux. We only need a small subset of syscall numbers and constants, so this moves the definitions directly into zboot/compat_linux.h. Compared to compat/linux/*.h, I skipped various intermediate typedefs and defines. It's silly to have half of