core: make sure __jiffies is aligned
authorH. Peter Anvin <hpa@zytor.com>
Thu, 3 Sep 2009 05:28:38 +0000 (22:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 3 Sep 2009 05:28:38 +0000 (22:28 -0700)
commit03f467144fdef6c8eb907842620f3fcb2b5470d0
tree366f13076ecfbfb86617b7015ece1a4abced793a
parentb5e5e33602d563cb792083e95b13cbd95136e7e5
core: make sure __jiffies is aligned

__jiffies really wants to be aligned.  We're not SMP, so technically
it will be atomic anyway.  Still...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/timer.inc