freebsd_amp_hwpstate/sys/arm
John Baldwin 22ea1bc57a Unify the checking for lock misbehavior in the various syscall()
implementations and adjust some of the checks while I'm here:
- Add a new check to make sure we don't return from a syscall in a critical
  section.
- Add a new explicit check before userret() to make sure we don't return
  with any locks held.  The advantage here is that we can include the
  syscall number and name in syscall() whereas that info is not available
  in userret().
- Drop the mtx_assert()'s of sched_lock and Giant.  They are replaced by
  the more general checks just added.

MFC after:	2 weeks
2006-07-27 22:32:30 +00:00
..
arm Unify the checking for lock misbehavior in the various syscall() 2006-07-27 22:32:30 +00:00
at91 Use virtual_avail instead of freemempos as the starting point of the available 2006-07-25 23:07:35 +00:00
compile
conf
include Define BYTE_MSF if we're compiling a big endian kernel, so that DDB can 2006-07-27 11:41:37 +00:00
sa11x0
xscale Cleanup. 2006-07-25 01:08:41 +00:00