Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include Fix MODULAR support for ibm4xx by p...



details:   https://anonhg.NetBSD.org/src/rev/bc95f79ee194
branches:  trunk
changeset: 935171:bc95f79ee194
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Jun 27 02:40:24 2020 +0000

description:
Fix MODULAR support for ibm4xx by providing __nothing as VM_MDPAGE_INIT().

diffstat:

 sys/arch/powerpc/include/pmap.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bcc6c3d1845d -r bc95f79ee194 sys/arch/powerpc/include/pmap.h
--- a/sys/arch/powerpc/include/pmap.h   Sat Jun 27 01:26:32 2020 +0000
+++ b/sys/arch/powerpc/include/pmap.h   Sat Jun 27 02:40:24 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.38 2011/06/20 21:45:16 matt Exp $   */
+/*     $NetBSD: pmap.h,v 1.39 2020/06/27 02:40:24 rin Exp $    */
 
 #ifndef _POWERPC_PMAP_H_
 #define _POWERPC_PMAP_H_
@@ -30,6 +30,7 @@
  */
 #ifndef __HAVE_VM_PAGE_MD
 #define __HAVE_VM_PAGE_MD
+#define VM_MDPAGE_INIT(pg) __nothing
 
 struct vm_page_md {
        uintptr_t mdpg_dummy[5];



Home | Main Index | Thread Index | Old Index