diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-02-27 18:29:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-02-27 18:29:08 +0100 |
commit | 967b1248f82e5f64eab4dbf45898a37851b71fa2 (patch) | |
tree | cec343c29c88f4f437319abf586dbb17cef019ee /sys/src/9/xen | |
parent | 88ccea37f65b87312292b2b1a107c39927c6a2c3 (diff) |
libip: move optimized 386 assembly version of ptclbsum() from kernel to libip
Diffstat (limited to 'sys/src/9/xen')
-rw-r--r-- | sys/src/9/xen/mkfile | 3 | ||||
-rw-r--r-- | sys/src/9/xen/xenpcf | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sys/src/9/xen/mkfile b/sys/src/9/xen/mkfile index e7bbe9503..4649210aa 100644 --- a/sys/src/9/xen/mkfile +++ b/sys/src/9/xen/mkfile @@ -128,9 +128,6 @@ REPCC=`{../port/mkfilelist ../pc} <../port/portmkfile <|../port/mkbootrules $CONF -ptclbsum386.$O: ../pc/ptclbsum386.s - $AS $AFLAGS ../pc/ptclbsum386.s - # we inherited these.. revisit. $ETHER: ../port/etherif.h ../port/netif.h $SDEV: ../port/sd.h diff --git a/sys/src/9/xen/xenpcf b/sys/src/9/xen/xenpcf index b6de0768d..a1d83cb02 100644 --- a/sys/src/9/xen/xenpcf +++ b/sys/src/9/xen/xenpcf @@ -20,7 +20,7 @@ dev xenstore ether netif - ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno + ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno sd |