diff options
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-06-14 11:38:25 +0800 |
---|---|---|
committer | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-11-09 17:30:09 +0800 |
commit | 10e1e99e55378a65529c48753703c069aebce7af (patch) | |
tree | 1575e549391efa008d4811fad3f9c17a6519d607 /Makefile | |
parent | 195d4577d1d7ab1f0398b3190547c116b56f435f (diff) | |
download | op-kernel-dev-10e1e99e55378a65529c48753703c069aebce7af.zip op-kernel-dev-10e1e99e55378a65529c48753703c069aebce7af.tar.gz |
UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between native and cross compiler
For kernel/bound.c being compiled by native compiler, it will generate following errors in gcc 4.4.3:
CC kernel/bounds.s
In file included from include/linux/bug.h:4,
from include/linux/page-flags.h:9,
from kernel/bounds.c:9:
arch/unicore32/include/asm/bug.h:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
arch/unicore32/include/asm/bug.h:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
So, we moved definitions in asm/bug.h to arch/unicore32/kernel/setup.h to solve the problem.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions