* Linux 2.6.32: revert upstream patch
489fb490dbf8dab0249ad82b56688ae3842a79e8. It causes the DomU clock
to jump into the future and freeze after being saved and restored
across a Dom0 reboot. See
http://lists.xensource.com/archives/html/xen-devel/2010-10/msg00498.html
http://lists.xensource.com/archives/html/xen-devel/2010-10/msg01174.html
svn path=/nixpkgs/trunk/; revision=24473
This commit is contained in:
@@ -199,20 +199,24 @@ in
|
||||
};
|
||||
|
||||
guruplug_defconfig =
|
||||
{
|
||||
# Default configuration for the GuruPlug. From
|
||||
{ # Default configuration for the GuruPlug. From
|
||||
# <http://www.openplug.org/plugwiki/images/c/c6/Guruplug-patchset-2.6.33.2.tar.bz2>.
|
||||
name = "guruplug-defconfig";
|
||||
patch = ./guruplug-defconfig.patch;
|
||||
};
|
||||
|
||||
guruplug_arch_number =
|
||||
{
|
||||
# Hack to match the `arch_number' of the U-Boot that ships with the
|
||||
{ # Hack to match the `arch_number' of the U-Boot that ships with the
|
||||
# GuruPlug. This is only needed when using this specific U-Boot
|
||||
# binary. See
|
||||
# <http://www.plugcomputer.org/plugwiki/index.php/Compiling_Linux_Kernel_for_the_Plug_Computer>.
|
||||
name = "guruplug-arch-number";
|
||||
patch = ./guruplug-mach-type.patch;
|
||||
};
|
||||
|
||||
revert_pvclock_sync =
|
||||
{ name = "revert-pvclock-sync";
|
||||
patch = ./revert-pvclock-sync.patch;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user