[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20131201.142135.880608909113540809.davem@davemloft.net>
Date: Sun, 01 Dec 2013 14:21:35 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: antonio@...hcoding.com
Cc: linux@....linux.org.uk, b.a.t.m.a.n@...ts.open-mesh.org,
netdev@...r.kernel.org
Subject: Re: [B.A.T.M.A.N.] [PATCH] Fix ARM BUILD_BUG_ON() errors with
batman-adv
From: Antonio Quartulli <antonio@...hcoding.com>
Date: Sun, 01 Dec 2013 15:28:58 +0100
> Am I wrong or this is a problem in the ARM compiler not doing the
> right assumption? On x86 and x86_64 offset_of dest is 4, as expected.
These alignment behaviors are defined by the processor ABI, there is
no set of global rules that apply, so it behaves differently on
different CPUs. What you observe is correct behavior for compilation
on ARM processors.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists