bpf powerpc: Remove unused SEEN_STACK
[sfrench/cifs-2.6.git] / arch / powerpc / net / bpf_jit.h
index 7e9b978b768ed967c0ed1ae1f32e6b56cb6e76d6..89bd744c2bffd42b60670ed9f03c2801be44f110 100644 (file)
 #define COND_LE                (CR0_GT | COND_CMP_FALSE)
 
 #define SEEN_FUNC      0x20000000 /* might call external helpers */
-#define SEEN_STACK     0x40000000 /* uses BPF stack */
-#define SEEN_TAILCALL  0x80000000 /* uses tail calls */
+#define SEEN_TAILCALL  0x40000000 /* uses tail calls */
 
 #define SEEN_VREG_MASK 0x1ff80000 /* Volatile registers r3-r12 */
 #define SEEN_NVREG_MASK        0x0003ffff /* Non volatile registers r14-r31 */