Re: [RFC] unify exported sparc header files?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux