aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/watch.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-43/+0
| | | | | | | | | Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs Notes: svn path=/head/; revision=357455
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326262
* Use vm_paddr_t for physical addresses.Jake Burkholder2003-04-081-3/+3
| | | | Notes: svn path=/head/; revision=113238
* Add code for supporting hardware watch points.Jake Burkholder2001-08-201-0/+41
Submitted by: tmm Notes: svn path=/head/; revision=82007