On Thu, 2016-06-02 at 04:29:46 UTC, Rashmica Gupta wrote: > A lot of entries in asm-offests.c look like this: > DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); > > But there is a common macro, OFFSET, which makes this cleaner: > OFFSET(TI_flags, thread_info, flags), so use this. > > Signed-off-by: Rashmica Gupta <rashm...@gmail.com>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/454656155110603e88b83eec847d52 cheers