Re: [PATCH] FRV: Wire up new syscalls

From: David Howells
Date: Wed Jul 01 2009 - 10:10:41 EST


Ingo Molnar <mingo@xxxxxxx> wrote:

> Yeah - still i'd suggest to just go with the generic code initially,

Nah, that's no fun! Besides, the code is very similar to the 32-bit code, and
I'm fairly certain it'll work. I can also check it very easily by dumping
some temp test code in setup.c.

Anyway, I see the following errors:

kernel/perf_counter.c: In function 'perf_counter_index':
kernel/perf_counter.c:1889: error: 'PERF_COUNTER_INDEX_OFFSET' undeclared (first use in this function)
kernel/perf_counter.c:1889: error: (Each undeclared identifier is reported only once
kernel/perf_counter.c:1889: error: for each function it appears in.)
CC block/as-iosched.o
kernel/perf_counter.c:1890: warning: control reaches end of non-void function

But this symbol appears to be undocumented:

warthog>grep -r PERF_COUNTER_INDEX_OFFSET Documentation/
warthog1>grep -r INDEX_OFFSET Documentation/
warthog1>

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/