]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make cache coherency attributes definitions available in machine/vm.h on MIPS.
authorKonstantin Belousov <kib@FreeBSD.org>
Wed, 1 Aug 2018 18:35:17 +0000 (18:35 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 1 Aug 2018 18:35:17 +0000 (18:35 +0000)
commitc9bbc3ef2911e3751df8a537aa20c9418bd579f5
treea254de196c7d0e84fe8cce80c83f9dbbad21c00d
parentbd6313b66ee9f5ff929ebdb305239390d189bde3
Make cache coherency attributes definitions available in machine/vm.h on MIPS.

Move definitions from cpuregs.h into the cca.h, and include cca.h into vm.h.
This is required to make MIPS MD memattr definitions usable in userspace.

Sponsored by: The FreeBSD Foundation, Mellanox Technologies
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D15583
lib/libkvm/kvm_minidump_mips.c
sys/mips/include/cca.h [new file with mode: 0644]
sys/mips/include/cpuregs.h
sys/mips/include/vm.h