git: kernel - Remove vm_map min_offset and max_offset macros

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 4 19:19:13 PST 2019


commit 2752a90b7f877ea83554014448d4683b90014442
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Mar 4 19:15:56 2019 -0800

    kernel - Remove vm_map min_offset and max_offset macros
    
    * The symbols 'min_offset' and 'max_offset' are common, do not use
      them as a #define'd macro for vm_map's header.start and header.end.
    
    * Fixes symbol collision related to the drm work.

Summary of changes:
 sys/platform/pc64/x86_64/pmap.c        | 16 ++++++++--------
 sys/platform/vkernel64/platform/pmap.c | 16 ++++++++--------
 sys/vm/vm_glue.c                       |  2 +-
 sys/vm/vm_map.c                        | 22 +++++++++++-----------
 sys/vm/vm_map.h                        |  6 ++----
 5 files changed, 30 insertions(+), 32 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2752a90b7f877ea83554014448d4683b90014442


-- 
DragonFly BSD source repository



More information about the Commits mailing list