mtag: turn off mtag stuff for 32 bit builds
commit9a593075205a31355e1458b654a1d307c013198f
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Jul 2018 10:22:57 +0000 (26 13:22 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Jul 2018 10:22:57 +0000 (26 13:22 +0300)
treede6c82ffdffead4a63342c8b79010a778dc17e74
parentde8efe51a39035709753ac3b376cc741f81bdeaa
mtag: turn off mtag stuff for 32 bit builds

I'm not really comfortable with this, but for now I don't want to think
about 32 bit systems.  The issue is that I'm mtags are a hash and ideally
they are unique.  I use 1 bit for if it's an alias or a base mtag, and 12
bits for the offset and on 32 bit systems that would leave only 19 bits
for the hash.  It feels like we would get all kinds of collisions.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_mtag.c