hexagon: update reference, kerneltrap.org no longer works

kerneltrap.org no longer works, update to a working reference

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Acked-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Pranith Kumar 2014-06-09 11:55:24 -04:00 committed by Jiri Kosina
parent 591bcb18ee
commit 847db926a5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define __cacheline_aligned __aligned(L1_CACHE_BYTES)
#define ____cacheline_aligned __aligned(L1_CACHE_BYTES)
/* See http://kerneltrap.org/node/15100 */
/* See http://lwn.net/Articles/262554/ */
#define __read_mostly
#endif