On Wed, Apr 14, 2010 at 4:17 PM, Ulrich Drepper <drepper@redhat.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > +#ifdef SHARED_CACHE_SIZE_HALF > + mov $DATA_CACHE_SIZE_HALF, %r8 > +#else > > I assume the symbols on both lines should be the same. Which one is it? Oops. Both should be DATA_CACHE_SIZE_HALF. Thanks. H.J. ---