Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 1996 18:22:41 -0700 (PDT)
From:      Peter Wemm <peter>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/i386 mpcore.s
Message-ID:  <199605300122.SAA08142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/05/29 18:22:41

  Modified:    i386/i386  mpcore.s
  Log:
  Fix phk braino.. :-)
  
  If you have  #define CPUNBR 0x01000000, then you do not get the expected
  results from:  orl  $0xCPUNBR, %eax ...  (And this stupid beta-test version
  of gas (v1.92.3) doesn't complain about getting bad numbers, such as
  "orl  $0x0x01000000,%eax"
  
  The kernel now boots both cpus again.
  
  Revision  Changes    Path
  1.14      +3 -3      sys/i386/i386/mpcore.s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605300122.SAA08142>