]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r289477:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Jan 2016 22:17:05 +0000 (22:17 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Jan 2016 22:17:05 +0000 (22:17 +0000)
commit80a67a38b4e1ceabd5a2df96a170d781940fe11f
treed60a119c01bf9e5c641095fc3dac78e489832a1e
parent9d2e18efb82c9054da2a93ad0a15d7a68627accd
MFC r289477:

  Fix a strange macro re-definition compile error.  If the VM_MAXUSER_ADDRESS
  value is defined as a config option the definition is emitted into
  opt_global.h which is force-included into everything.  In addition, the
  symbol is emitted by the genassym mechanism, but that by its nature reduces
  the value to a 0xnnnnnnnn number.  When compiling a .S file you end up
  with two different definitions of the macro (they evaluate to the same
  number, but the text is different, upsetting the compiler).

git-svn-id: svn://svn.freebsd.org/base/stable/10@294690 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/mv/std-pj4b.mv