summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/bpf_jit_machdep.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-11-19 15:45:24 +0000
committerjkim <jkim@FreeBSD.org>2009-11-19 15:45:24 +0000
commit8a8668442aea331d7f7fc07aae114a07ad1841c8 (patch)
tree953c7858cfe63f42da9d2ac7220765e3400ac101 /sys/amd64/amd64/bpf_jit_machdep.c
parent0c0aa71530aa1d7a3f406f6e7c6c075b16f6d76d (diff)
downloadFreeBSD-src-8a8668442aea331d7f7fc07aae114a07ad1841c8.zip
FreeBSD-src-8a8668442aea331d7f7fc07aae114a07ad1841c8.tar.gz
Fix tinderbox build for i386 and sync amd64 with it.
Diffstat (limited to 'sys/amd64/amd64/bpf_jit_machdep.c')
-rw-r--r--sys/amd64/amd64/bpf_jit_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/bpf_jit_machdep.c b/sys/amd64/amd64/bpf_jit_machdep.c
index f985ab8..da2b0f1 100644
--- a/sys/amd64/amd64/bpf_jit_machdep.c
+++ b/sys/amd64/amd64/bpf_jit_machdep.c
@@ -491,7 +491,7 @@ bpf_jit_compile(struct bpf_insn *prog, u_int nins, size_t *size, int *mem)
#ifdef _KERNEL
stream.ibuf = (char *)contigmalloc(stream.cur_ip, M_BPFJIT,
- M_NOWAIT, 0, ~0ULL, 16, 0);
+ M_NOWAIT, 0, ~0UL, 16, 0);
if (stream.ibuf == NULL)
break;
#else
OpenPOWER on IntegriCloud