Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: RE: [Fedora-xen] [PATCH 0 of 5] fixlinux-2.6-xen-fedora on ia64: msg#00093
|
Subject: |
Re: RE: [Fedora-xen] [PATCH 0 of 5] fixlinux-2.6-xen-fedora on ia64 |
Akio,
I intentionally omitted this from what I submitted to Juan because the
rpm currently backs out ALL the xen modifications to the tpm code.
But you're right... to build from linux-2.6-xen-fedora-ia64, you need
to either (1) apply this patch, or (2) disable tpm in the config.
Aron
Akio Takebe wrote: [Thu Jul 27 2006, 05:35:34AM EDT]
> diff -r 61b945565398 drivers/char/tpm/tpm.h
> --- a/drivers/char/tpm/tpm.h Wed Jul 26 17:22:38 2006 +0200
> +++ b/drivers/char/tpm/tpm.h Wed Aug 02 00:30:00 2006 +0900
> @@ -125,7 +125,7 @@ static inline void tpm_write_index(int b
>
> static inline u32 get_chip_buffersize(struct tpm_chip *chip)
> {
> - return chip->vendor->buffersize;
> + return chip->vendor.buffersize;
> }
>
> extern void tpm_get_timeouts(struct tpm_chip *);
|
| |