From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Sun, 1 Jun 2008 09:20:45 +0200 > For all sparc32 specific files: > - nothing > > For all the sparc64 specific files: > - copy file to asm-sparc > - wrap the copied file in > #if defined(__sparc_v9__) || defined(CONFIG_SPARC64) > ... file content ... > #endif > - straight include from asm-sparc64 of the asm-sparc file > - Or I could just drop the wrapping? > > For the non-unified files: > - Add content to asm-sparc file and wrap it into: > #if defined(__sparc_v9__) || defined(CONFIG_SPARC64) > ... sparc64 file content > #else > ... sparc32 file content > #endif This sounds fine to me. -- 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