From 24d8170fa18e3bad9ef2fa1e100e34e93a6c1126 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sat, 9 Nov 2013 05:29:01 +0100 Subject: Remove lint code --- i386/intel/pmap.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'i386/intel') diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 490c1d9..c1eca6e 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -2150,9 +2150,6 @@ void pmap_copy(dst_pmap, src_pmap, dst_addr, len, src_addr) vm_size_t len; vm_offset_t src_addr; { -#ifdef lint - dst_pmap++; src_pmap++; dst_addr++; len++; src_addr++; -#endif /* lint */ } #endif /* 0 */ @@ -2303,9 +2300,6 @@ void pmap_deactivate(pmap, th, which_cpu) thread_t th; int which_cpu; { -#ifdef lint - pmap++; th++; which_cpu++; -#endif /* lint */ PMAP_DEACTIVATE(pmap, th, which_cpu); } #endif /* 0 */ @@ -2384,9 +2378,6 @@ pmap_pageable(pmap, start, end, pageable) vm_offset_t end; boolean_t pageable; { -#ifdef lint - pmap++; start++; end++; pageable++; -#endif /* lint */ } /* -- cgit v1.2.3