Ben Guthro
2007-Dec-03 20:16 UTC
[Xen-devel] [PATCH 1/2][PV-on-HVM] Fix compile errors for RHEL/SLES
[PATCH 1/2][PV-on-HVM] Fix compile errors for RHEL/SLES Fix compile errors on a couple of distros. 1st fix was for SLES10-SP1 and SLES10-SP2: netif_tx_lock_bh was pulled back into older kernels, and thus must be detected. 2nd fix was for RHEL4-U5 which pulled back the irqreturn_t feature into an older kernel. This too must be detected. 3rd fix was fixing a compile error in a printk for a more strict compile in RHEL4-U5 Signed-off-by: Ben Guthro <bguthro@virtualiron.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ben Guthro
2007-Dec-03 20:23 UTC
Re: [Xen-devel] [PATCH 1/2][PV-on-HVM] Fix compile errors for RHEL/SLES
Please disregard point 3. I realized this was against a prior patch that we do not feel is ready for submission just yet. The other 2 chunks still apply, I can re-submit, if necessary. Ben Guthro wrote:> [PATCH 1/2][PV-on-HVM] Fix compile errors for RHEL/SLES > Fix compile errors on a couple of distros. > 1st fix was for SLES10-SP1 and SLES10-SP2: > netif_tx_lock_bh was pulled back into older kernels, and thus must be > detected. > 2nd fix was for RHEL4-U5 which pulled back the irqreturn_t feature > into an older kernel. This too must be detected. > 3rd fix was fixing a compile error in a printk for a more strict > compile in RHEL4-U5 > > Signed-off-by: Ben Guthro <bguthro@virtualiron.com> > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel