Power: Change bitfield name to avoid conflicts with range_map
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 26 Mar 2012 09:35:24 +0000 (05:35 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 26 Mar 2012 09:35:24 +0000 (05:35 -0400)
commit312efd742eedef23768a62453404dd2f77ae8b35
tree22f6e4f65ec6070615b69cb040150c7175acc989
parentca9790a2db94e9fad36aa121e934f105348bdead
Power: Change bitfield name to avoid conflicts with range_map

This patch changes the name of a bitfield from W to W_FIELD to avoid
clashes with W being used as a class (typename) in the templatized
range_map. It also changes L to L_FIELD to avoid future problems. The
problem manifestes itself when the CPU includes a header that in turn
includes range_map.hh. The relevant parts of the decoder are updated.
src/arch/power/isa/bitfields.isa
src/arch/power/isa/decoder.isa