History log of /src/sys/arch/or1k/include/Makefile |
Revision | | Date | Author | Comments |
1.5 |
| 30-Nov-2024 |
christos | Create a new header lwp_private.h to contain _lwp_getprivate_fast, _lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that: 1. we don't need special hacks to hide them 2. we can include <lwp.h> where needed to get the necessary prototypes without redefining them locally.
|
1.4 |
| 04-Nov-2024 |
christos | Undo previous lwp.h change.
|
1.3 |
| 03-Nov-2024 |
christos | Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate lwp.h file.
|
1.2 |
| 12-Jul-2018 |
maxv | Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
1.1 |
| 03-Sep-2014 |
matt | branches: 1.1.18; 1.1.20; 1.1.22; New files for OR1K support
|
1.1.22.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.20.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.1.18.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.18.1 |
| 03-Sep-2014 |
jdolecek | file Makefile was added on branch tls-maxphys on 2017-12-03 11:36:34 +0000
|