commit | be783a47214afc5a0aea9dafcbd9f1535ba05e94 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Mon Aug 02 08:49:34 2010 +0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Mon Aug 02 15:11:59 2010 -0700 |
tree | fe647612c7e1f4e07d71c115af12d8a0c5671778 | |
parent | 9fe6206f400646a2322096b56c59891d530e8d51 [diff] |
x86, vdso: Unmap vdso pages We mapped vdso pages but never unmapped them and the virtual address is lost after exiting from the function, so unmap vdso pages here. Signed-off-by: Shaohua Li <shaohua.li@intel.com> LKML-Reference: <20100802004934.GA2505@sli10-desk.sh.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>