]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: rename is_writeble_pte() to is_writable_pte()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Mon, 18 Jan 2010 09:45:10 +0000 (18:45 +0900)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:36:00 +0000 (12:36 -0300)
commit6dc5a61ca13162f83380a1e5c55f7dd2be7fa601
tree90fe862877814f5815b5623d6e93b9568b0725ef
parent1e58e8c89b326a421843476fb1af8ed878f7422d
KVM: rename is_writeble_pte() to is_writable_pte()

There are two spellings of "writable" in
arch/x86/kvm/mmu.c and paging_tmpl.h .

This patch renames is_writeble_pte() to is_writable_pte()
and makes grepping easy.

  New name is consistent with the definition of itself:
  return pte & PT_WRITABLE_MASK;

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c
arch/x86/kvm/paging_tmpl.h