History log of /arch/cris/kernel/asm-offsets.c
Revision Date Author Comments
8e6b4dd1e1fbe81e7f9756eb8299632de641b2e1 11-Oct-2012 James Hogan <james.hogan@imgtec.com> CRIS: use kbuild.h instead of defining macros in asm-offset.c

This is modelled on commits such as the one below:

Commit fc1c3a003edb8a6778e64e10ef671a38c76c969e ("sh: use kbuild.h
instead of defining macros in asm-offsets.c") introduced in v2.6.26.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
98b8788ae91694499d1995035625bea16a4db0c4 18-Oct-2009 Sam Ravnborg <sam@ravnborg.org> drop explicit include of autoconf.h

kbuild.h forces include of autoconf.h on the
commandline using -include - so we do not need to
include the file explicit.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
0365f707c99bf940a51c2a3ffc19f3ade2f700d4 21-Oct-2008 Jesper Nilsson <jesper.nilsson@axis.com> [CRIS] Merge asm-offsets.c for both arches into one file.

Eliminates the link to arch specific asm-offsets.c from CRIS
architecture build system.

Resulting asm-offsets.s are identical before and after change
for both arch-v10 and arch-v32.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>