Commit 05c3457e authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: SMP: fix build breakage in cache.h

The SMP code needs "asmlinkage" which linkage.h provides.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 54d756ed
......@@ -7,6 +7,8 @@
#ifndef __ARCH_BLACKFIN_CACHE_H
#define __ARCH_BLACKFIN_CACHE_H
#include <linux/linkage.h> /* for asmlinkage */
/*
* Bytes per L1 cache line
* Blackfin loads 32 bytes for cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment