Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


removed BKL acquisition from daemonization of kernel threads in linux module
authorJack Lange <jacklange@cs.pitt.edu>
Mon, 13 Jun 2011 20:58:26 +0000 (15:58 -0500)
committerJack Lange <jacklange@cs.pitt.edu>
Mon, 13 Jun 2011 20:58:26 +0000 (15:58 -0500)
commitc1c2c17d6e7655447a16345089b1da7fa5819b6c
tree2678712abb9b55fd28d2a38f98ef1f0dee85caae
parent8dba711bf83570c492cda46f820eb2c5daf2330e
removed BKL acquisition from daemonization of kernel threads in linux module

In linux 2.6.39, the BKL has been completely removed so the lock_kernel calls no longer exist.
Also lock_kernel was not considered necessary, so removing it should be fine on earlier kernels.
linux_module/Makefile
linux_module/palacios-packet.c
linux_module/palacios-vm.c
linux_module/palacios-vnet.h
linux_module/palacios.c