This needs to define PRIxPTE too.
This commit is contained in:
parent
3c2ff4444e
commit
d8c167db5e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cpuvar.h,v 1.17 2012/10/02 23:51:39 christos Exp $ */
|
||||
/* $NetBSD: cpuvar.h,v 1.18 2015/06/16 06:51:16 matt Exp $ */
|
||||
/*-
|
||||
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
@ -107,6 +107,7 @@ struct generic_attach_args {
|
||||
#ifndef __BSD_PT_ENTRY_T
|
||||
#define __BSD_PT_ENTRY_T __uint32_t
|
||||
typedef __BSD_PT_ENTRY_T pt_entry_t;
|
||||
#define PRIxPTE PRIx32
|
||||
#endif
|
||||
|
||||
#include <uvm/pmap/tlb.h>
|
||||
|
Loading…
Reference in New Issue
Block a user