freebsd-dev/sys/amd64
Bruce Evans 03d5ca33db Restored FAKE_MCOUNT() and MEXITCOUNT invocations and adjusted them for
amd64 as necessary.  This is routine, except:
- the FAKE_MCOUNT($bintr) in doreti was missing the '$'.  This gave a
  a garbage address made up of padding bytes (with the nop byte 0x90 as
  the MSB) instead of the intended address of bintr.  This accidentally
  worked on i386's because (0x90 << 24) is close enough to bintr, but
  it doesn't work on amd64's because (0x90 << 56) is much further away
  from bintr.
- the FAKE_MCOUNT($btrap) in calltrap was similarly broken.  It hasn't
  been needed since FreeBSD-1, so just delete it.
2004-05-23 17:18:48 +00:00
..
acpica MFi386: numerous interrupt and acpi updates 2004-05-16 20:30:47 +00:00
amd64 Restored FAKE_MCOUNT() and MEXITCOUNT invocations and adjusted them for 2004-05-23 17:18:48 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Turn on modules for amd64. Fear. 2004-05-17 22:13:14 +00:00
ia32 Remove advertising clause from University of California Regent's license, 2004-04-05 23:55:14 +00:00
include MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed). 2004-05-20 16:22:57 +00:00
isa Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary 2004-05-23 16:23:29 +00:00
pci MFi386: numerous interrupt and acpi updates 2004-05-16 20:30:47 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00