Skip to content

Commit

Permalink
Blackfin: SMP: fix build breakage in cache.h
Browse files Browse the repository at this point in the history
The SMP code needs "asmlinkage" which linkage.h provides.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Jan 10, 2011
1 parent 54d756e commit 05c3457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05c3457

Please sign in to comment.