summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/rum/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2012-07-15 21:13:31 +0000
committermrg <mrg@NetBSD.org>2012-07-15 21:13:31 +0000
commit0c0edd664f3fb899052d02d0bb06b19efd1f68db (patch)
tree0cf3e4235aae45a1200055232b5c8437959c669a /sys/dev/microcode/rum/Makefile
parent02a8901fda219c6872fa2a70961bd34d15011bb6 (diff)
commit my workaround for PR 46648 for now, as the more involved
fix is not ready yet: move the clear endpoint stall async call into the task thread, to avoid trying to call kmem_alloc() from a softint thread. XXX ideally moving callbacks into the task thread (or perhaps a different high priority task thread) would be better than this workaround, once that method is working.
Diffstat (limited to 'sys/dev/microcode/rum/Makefile')
0 files changed, 0 insertions, 0 deletions
19:27:09 +0000'>2002-11-26If EXTERNAL_TOOLCHAIN is defined, don't build crtbegin/crtend.thorpej 2002-11-22Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specificthorpej 2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem 2002-06-06-x is too heavy-handed for removing symbols; newer versions of GNU ldfvdl 2002-05-05Deal better with platforms that don't yet support shared libraries:thorpej 2002-05-05All ELF toolchains are of the "new toolchain" variety now, so no needthorpej 2002-01-13* Use += to assign OBJS so that machine-dependent Makefiles canthorpej 2001-12-31Add support for invoking GNU C++ local destructors in shared objectsthorpej 2001-12-31Build separate crt{begin,end}.o and crt{begin,end}S.o files, ratherthorpej 2001-12-30Add support for registering Java classes emitted by the Java compilerthorpej