summaryrefslogtreecommitdiff
path: root/.zshenv
blob: c4e52c1b5075c4e1f3b4113f703de58991b715f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .zshenv
#
# Base zshenv file which simply delegates to files in $ZDOTDIR
#
# Copyright © 2010–2011 Tobias Klauser <tklauser@distanz.ch>
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
#
# Based on the zsh setup by martin f. krafft which can be found at:
# git://git.madduck.net/etc/zsh.git

ZDOTDIR=$HOME/.zsh
[ -f $ZDOTDIR/.zshenv ] && . $ZDOTDIR/.zshenv
tion value='40'>40space:mode:
authorDeng-Cheng Zhu <dengcheng.zhu@imgtec.com>2014-06-26 12:11:37 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2014-06-30 16:52:03 +0200
commitb045c40620eb51fb10b19a14f9ebc118925bc0f8 (patch)
treeb3b365c385dd50a7ae8a2f91ba3e0203ade63f9c /arch/mips/kvm
parentd98403a525fe1648c516f33e2bf674d277d69135 (diff)
MIPS: KVM: Remove unneeded volatile
The keyword volatile for idx in the TLB functions is unnecessary. Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/mips/kvm')