From: Chen Gang Date: Thu, 24 Oct 2013 03:50:09 +0000 (+0800) Subject: arc: kgdb: add default implementation for kgdb_roundup_cpus() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~45^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d01c1ce41fae0fb1d8e50589f9fb3b1fa376c1c;p=pandora-kernel.git arc: kgdb: add default implementation for kgdb_roundup_cpus() arc supports kgdb, but need update -- add function kgdb_roundup_cpus(), or can not pass compiling. At present, add the simple generic one just like other architectures(e.g. tile, mips ...). The related error (with allmodconfig): kernel/built-in.o: In function `kgdb_cpu_enter': kernel/debug/debug_core.c:580: undefined reference to `kgdb_roundup_cpus' Signed-off-by: Chen Gang Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed