Revision 205902ecc7bcb2a007ed27bb3518e8f70e5d113e authored by Alexey Dobriyan on 23 May 2005, 20:09:19 UTC, committed by David S. Miller on 23 May 2005, 20:09:19 UTC
Everybody does

	struct packet_type foo_packet_type = {
		.type = __constant_htons(ETH_P_FOO);
	};

5 introduced warnings will be properly fixed later.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d865925
Raw File
cache.h
#ifndef __ARCH_H8300_CACHE_H
#define __ARCH_H8300_CACHE_H

/* bytes per L1 cache line */
#define        L1_CACHE_BYTES  4

/* m68k-elf-gcc  2.95.2 doesn't like these */

#define __cacheline_aligned
#define ____cacheline_aligned

#endif
back to top