Commit 2fd4c8ed authored by Ingvar Hagelund's avatar Ingvar Hagelund

missing ifdefs for pagesize/pointersize s390 (32bit)



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5058 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent aefb4253
......@@ -273,6 +273,11 @@
# define QUANTUM_2POW 4
# define SIZEOF_PTR_2POW 2
#endif
#ifdef __s390__
# define PAGESIZE_2POW 12
# define QUANTUM_2POW 4
# define SIZEOF_PTR_2POW 2
#endif
#ifdef __s390x__
# define PAGESIZE_2POW 12
# define QUANTUM_2POW 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment