Home
last modified time | relevance | path

Searched hist:acffc84ad9c1c8a79b8c1d6b9f4f530f37cba9ab (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dfsyscall_gtod_data.hdiff acffc84ad9c1c8a79b8c1d6b9f4f530f37cba9ab Tue Jan 29 21:17:42 CST 2008 Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> [IA64] generalize attribute of fsyscall_gtod_data

In an ordinary way,

> } __attribute__ ((aligned (L1_CACHE_BYTES)));

should be

> } ____cacheline_aligned;

to save some bytes on an uni-processor.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>