git: kernel - Remove lwkt_msg from sysunion in syscall code

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 25 09:29:19 PDT 2018


commit c1a0c940d310fe7ff3f718f8173119f6c37df839
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 24 10:29:32 2018 -0700

    kernel - Remove lwkt_msg from sysunion in syscall code
    
    * The lmsg field (lwkt_msg) is no longer used in the
      sysunion union, remove it.  Should not result in any
      material changes to code generation.

Summary of changes:
 sys/cpu/x86_64/include/frame.h | 6 +++---
 sys/kern/makesyscalls.sh       | 2 +-
 sys/sys/sysmsg.h               | 2 +-
 sys/sys/sysunion.h             | 1 -
 4 files changed, 5 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c1a0c940d310fe7ff3f718f8173119f6c37df839


-- 
DragonFly BSD source repository


More information about the Commits mailing list