git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
410ab51
)
[IA64] generalize attribute of fsyscall_gtod_data
author
Hidetoshi Seto
<seto.hidetoshi@jp.fujitsu.com>
Wed, 30 Jan 2008 03:17:42 +0000
(12:17 +0900)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 4 Feb 2008 23:36:36 +0000
(15:36 -0800)
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>
No differences found