ARC: [SMP] General Fixes

-Pass the expected arg to non-boot park'ing routine
 (It worked so far because existing SMP backends don't use the arg)

-CONFIG_DEBUG_PREEMPT warning
Cette révision appartient à :
Vineet Gupta
2014-02-24 11:42:50 +08:00
Parent 6041003a8f
révision c3441edd2d
2 fichiers modifiés avec 5 ajouts et 5 suppressions

Voir le fichier

@@ -100,10 +100,9 @@
#define DC_CTRL_INV_MODE_FLUSH 0x40
#define DC_CTRL_FLUSH_STATUS 0x100
char *arc_cache_mumbojumbo(int cpu_id, char *buf, int len)
char *arc_cache_mumbojumbo(int c, char *buf, int len)
{
int n = 0;
unsigned int c = smp_processor_id();
#define PR_CACHE(p, enb, str) \
{ \