<html><body>
<p><tt>Hi Kent,</tt><br>
<tt><br>
> > +ifdef CONFIG_TCG_IBMVTPM<br>
> > +   tpm_bios-objs += tpm_eventlog.o tpm_of.o<br>
> > +else<br>
> > +   tpm_bios-objs += tpm_eventlog.o tpm_noeventlog.o<br>
> <br>
>   tpm_eventlog.c is included in all cases here...<br>
> <br>
<br>
> > +static inline struct dentry **tpm_bios_log_setup(char *name)<br>
> > +{<br>
> > +   return NULL;<br>
> > +}<br>
> > +static inline void tpm_bios_log_teardown(struct dentry **dir)<br>
> > +{<br>
> > +}<br>
> > +#endif<br>
> <br>
>   But here, without acpi or ppc64, we compile in stubs, which breaks<br>
> things. It looks like we don't need these stubs at all anymore, and can<br>
> rely on TPM_NO_EVENT_LOG to bail out in the cases on x86 where ACPI is<br>
> disabled.<br>
> <br>
> Kent</tt><br>
<br>
<tt>Thanks for testing it out.  I will fix it in the next version.</tt><br>
<br>
<tt>--Ashley</tt></body></html>