* Tony Luck <tony.l...@gmail.com> wrote:

> > Hm, I'm not sure we should move something named after a hardware 
> > feature into lib/. It's not really generic C library functionality,
>
> 
> Not a hardware feature. CPER stands for Common Platform Error Record 
> from the UEFI standard. [...]

By all means UEFI can be considered platform dependent at the moment:

  comet:~/tip> git grep -i uefi arch/arm/
  comet:~/tip> git grep -i uefi arch/arm64/
  comet:~/tip> git grep -i uefi arch/powerpc/
  comet:~/tip> git grep -i uefi arch/mips/
  comet:~/tip> 

If a committee says that a name of some standard is 'common platform' does 
not make it so. lib/ is mostly kept for mathematical, C-library alike 
functionality you see in CS textbooks.

> As Chen Gong points out, drivers/acpi isn't the right place ... so if 
> not lib/ ... then where?

drivers/uefi/?

Thanks,

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to