Hi!
I guess volunteers porting this to other architectures would be
welcome at this point. It should work properly at both x86-64 and
sparc64 and adding new architectures should be painless.
Please test/port ;-).
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
> +#include "../../../fs/compat_ioctl.c"
I think the kbuild people would rather you do this in the Makefile with
something like
CFLAGS_ioctl32.o += -Ifs/
and then
#include "compat_ioctl.c"
instead. I know the seperate source/obj dir people will.
milton
Hi!
> > +#include "../../../fs/compat_ioctl.c"
>
> I think the kbuild people would rather you do this in the Makefile with
> something like
>
> CFLAGS_ioctl32.o += -Ifs/
>
> and then
>
> #include "compat_ioctl.c"
>
> instead. I know the seperate source/obj dir people will.
Applied, thanx. [Milton, you have some severe misconfiguration in your
mail system... watch your from address.]
Patch now looks like [attached]. If there are no protests I'll send it
to Linus.
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]