History log of /netbsd-src/sys/arch/hpcmips/include/cpu.h (Results 1 – 14 of 14)
Revision Date Author Comments
# 42391ab5 26-Mar-2014 christos <christos@NetBSD.org>

- kill sprintf
- fix unused


# e5b23d60 21-Jan-2010 pooka <pooka@NetBSD.org>

Move arch-local variable to a better namespace to make build again.


# ace35e63 31-Jan-2002 uch <uch@NetBSD.org>

clean up header file.


# 62fb390c 04-Sep-2001 simonb <simonb@NetBSD.org>

May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather than
in every MIPS port's <machine/cpu.h>.


# 214f5366 04-Sep-2001 simonb <simonb@NetBSD.org>

Centralise struct cpu_info declaration and related info to <mips/cpu.h>.


# e5b3cbb4 31-Aug-2001 simonb <simonb@NetBSD.org>

Use comments around the token after a #endif.


# 67afbd62 30-May-2001 mrg <mrg@NetBSD.org>

use _KERNEL_OPT


# a7d0570e 26-May-2000 thorpej <thorpej@NetBSD.org>

First sweep at scheduler state cleanup. Collect MI scheduler
state into global and per-CPU scheduler state:

- Global state: sched_qs (run queues), sched_whichqs (bitmap
of non-empty run queues)

First sweep at scheduler state cleanup. Collect MI scheduler
state into global and per-CPU scheduler state:

- Global state: sched_qs (run queues), sched_whichqs (bitmap
of non-empty run queues), sched_slpque (sleep queues).
NOTE: These may collectively move into a struct schedstate
at some point in the future.

- Per-CPU state, struct schedstate_percpu: spc_runtime
(time process on this CPU started running), spc_flags
(replaces struct proc's p_schedflags), and
spc_curpriority (usrpri of processes on this CPU).

- Every platform must now supply a struct cpu_info and
a curcpu() macro. Simplify existing cpu_info declarations
where appropriate.

- All references to per-CPU scheduler state now made through
curcpu(). NOTE: this will likely be adjusted in the future
after further changes to struct proc are made.

Tested on i386 and Alpha. Changes are mostly mechanical, but apologies
in advance if it doesn't compile on a particular platform.

show more ...


# 95f3c949 05-May-2000 soren <soren@NetBSD.org>

MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEV are deprecated.


# c56a4353 15-Apr-2000 soda <soda@NetBSD.org>

remove following symbols which became unnecessary in recent cpu_intr() change:
mips_hardware_intr
MIPS3_INTERNAL_TIMER_INTERRUPT
mips3_intr_cycle_count
mips3_timer_delta


# 573160e0 24-Mar-2000 soren <soren@NetBSD.org>

Revert previous.


# c535ede3 24-Mar-2000 soren <soren@NetBSD.org>

Move sysctl definitions from arch/mips to arch/foo.


# 4c747fe9 21-Nov-1999 uch <uch@NetBSD.org>

TX3912/3922 support


# db2b0ade 16-Sep-1999 takemura <takemura@NetBSD.org>

Import NetBSD/hpcmips source files from hpcmips repository.
file list:
sys/arch/hpcmips/
distrib/hpcmips/
etc/etc.hpcmips/
lib/libc/arch/mips/fplib/
lib/libc/a

Import NetBSD/hpcmips source files from hpcmips repository.
file list:
sys/arch/hpcmips/
distrib/hpcmips/
etc/etc.hpcmips/
lib/libc/arch/mips/fplib/
lib/libc/arch/mips/fplib/Makefile.inc
lib/libc/arch/mips/fplib/environment.h
lib/libc/arch/mips/fplib/fplib_glue.c
lib/libc/arch/mips/fplib/fplib_libc.c
lib/libc/arch/mips/fplib/hpcmips-gcc.h
lib/libc/arch/mips/fplib/softfloat-macros.h
lib/libc/arch/mips/fplib/softfloat-specialize.h
lib/libc/arch/mips/fplib/softfloat.c
lib/libc/arch/mips/fplib/softfloat.h
lib/libc/arch/mips/gen/ieee.h
lib/libc/arch/mips/gen/sf_fabs.c
lib/libc/arch/mips/gen/sf_flt_rounds.c
lib/libc/arch/mips/gen/sf_fpgetmask.c
lib/libc/arch/mips/gen/sf_fpgetround.c
lib/libc/arch/mips/gen/sf_fpgetsticky.c
lib/libc/arch/mips/gen/sf_fpsetmask.c
lib/libc/arch/mips/gen/sf_fpsetround.c
lib/libc/arch/mips/gen/sf_fpsetsticky.c
lib/libc/arch/mips/gen/sf_isinf.c
lib/libc/arch/mips/gen/sf_ldexp.c
lib/libc/arch/mips/gen/sf_modf.c

show more ...