Konrad, One more small comment =) On Wed, Jun 10, 2009 at 20:09, <konrad@xxxxxxxxxxx> wrote: > From: Konrad Eisele <konrad@xxxxxxxxxxx> > > This macro will shield, if undefined, the sun-sparc code > from LEON specific code. In particular include/asm/leon.h > will get empty through #ifdef arch/sparc/kernel/leon.c not > compiled through Makefile:obj-$(CONFIG_SPARC_LEON) > arch/sparc/mm/leon.c not compiled through > Makefile:obj-$(CONFIG_SPARC_LEON) > --- > arch/sparc/Kconfig | 6 > arch/sparc/include/asm/leon.h | 571 +++++++++++++++++++++++++++++++++++++++++ > arch/sparc/kernel/leon_k.c | 195 ++++++++++++++ > arch/sparc/mm/leon_m.c | 254 ++++++++++++++++++ > 4 files changed, 1026 insertions(+), 0 deletions(-) > > diff --git a/arch/sparc/mm/leon_m.c b/arch/sparc/mm/leon_m.c > new file mode 100644 > index 0000000..ef66716 > --- /dev/null > +++ b/arch/sparc/mm/leon_m.c > @@ -0,0 +1,254 @@ > +/* > + * linux/arch/sparc/mm/leon.c This isn't consistent with the name of the file, something else you might want to change if you re-spin this. > + * > + * Copyright (C) 2004 Konrad Eisele > + * (eiselekd@xxxxxx, konrad@xxxxxxxxxxx), Gaisler Research > + * Copyright (C) 2009 Daniel Hellstrom (daniel@xxxxxxxxxxx), > + * Konrad Eisele (konrad@xxxxxxxxxxx) Aeroflex Gaisler AB > + * > + * do srmmu probe in software > + */ Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx .Plan: http://sites.google.com/site/juliancalaby/ -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html