question regarding coding convention

From: daggs
Date: Sat Sep 30 2023 - 06:11:38 EST


Greetings,

I have a question regarding the kernel coding convention.
lets say I want to add a new arch named foo and there is a func named goo which all other archs are implementing but foo isn't.
what is the proper way to handle it? as the kernel code is quite big, I didn't found any example.

Thanks,

Dagg