Thread (17 messages) flat view 17 messages, 5 authors, 2011-07-21

Re: [PATCH v2] net: filter: BPF 'JIT' compiler for PPC64

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-07-19 07:55:42
Also in: linuxppc-dev

On Tue, 2011-07-19 at 08:51 +0200, Eric Dumazet wrote:
quoted
+		case BPF_S_ANC_CPU:
+#ifdef CONFIG_SMP
+			/*
+			 * PACA ptr is r13:
+			 * raw_smp_processor_id() = local_paca->paca_index
+			 */
This could break if one day linux supports more than 65536 cpus :)
quoted
+			PPC_LHZ_OFFS(r_A, 13,
+				     offsetof(struct paca_struct, paca_index));
+#else
+			PPC_LI(r_A, 0);
+#endif
+			break;
As would our implementation of raw_smp_processor_id() and our
spinlocks :-) I don't think we need to fix that -now- but you are
welcome to add something like a
BUILD_BUG_ON(sizeof(local_paca->paca_index) != 2); as a reminder :-)

Cheers,
Ben.

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help