Re: [PATCH -rc] [BUGFIX] x86: fix kernel_trap_sp()

From: Linus Torvalds
Date: Tue May 12 2009 - 10:43:38 EST




On Tue, 12 May 2009, Robin Holt wrote:
> > */
> > -static inline unsigned long kernel_trap_sp(struct pt_regs *regs)
> > +static inline unsigned long kernel_stack_pointer(struct pt_regs *regs)
>
> Why not have it return an unsigned long *?

I considered it, but since part of the point of the patch was to make it
look like the mirror of "user_stack_pointer()", returning "unsigned long"
looked more appropriate.

But I have no really strong opinions. I wouldn't object to making it
return "unsigned long *" either.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/