On Sunday, June 05, 2011 11:50:52 PM Andrew Lunn wrote:
Hi Antonio
+static bool _is_ap_isolated(struct tt_local_entry *tt_local_entry,
struct tt_global_entry *tt_global_entry)
The general pattern i've seen in linux code is that a function _foobar is a helper for a function foobar. I don't see an is_ap_isolated() here. So i would just call it is_ap_isolated.
I agree - I also wondered about where to find is_ap_isolated() when I saw _is_ap_isolated().
Regards, Marek