Hari Bathini <hbath...@linux.ibm.com> writes: > Introduce callback functions for platform specific operations like > register, unregister, invalidate & such. Also, define place-holders > for the same on pSeries platform.
We already have an ops structure for machine specific calls, it's ppc_md. Is there a good reason why these aren't just in machdep_calls under #ifdef CONFIG_FA_DUMP ? cheers