Source-Changes archive

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

Re: CVS commit: src/sys



David Laight wrote:
> Module Name:  src
> Committed By: dsl
> Date:         Mon Jan 30 22:46:36 UTC 2006
>
> Modified Files:
>       src/sys/arch/amd64/include: byte_swap.h
>       src/sys/arch/arm/include: byte_swap.h
>       src/sys/arch/hppa/include: byte_swap.h
>       src/sys/arch/i386/include: byte_swap.h
>       src/sys/arch/m68k/include: byte_swap.h
>       src/sys/arch/pc532/include: byte_swap.h
>       src/sys/arch/sh5/include: byte_swap.h
>       src/sys/arch/vax/include: byte_swap.h
>       src/sys/sys: bswap.h
>
> Log Message:
> Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.h
> Put the minimum to define the required inline assembler or C into the MD 
> files.
> NB: there may be some fallout from this!
>
>   

David-

I'm not certain this is the specific commit that caused it, but amd64
kernels which are not optimized (like, say, GENERIC) fail to link due to
looking for bswap16 and bswap32.  I looked things over, but am not sure
of the correct way to fix this...

+j



Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index