Il 06/11/2013 17:22, Juan Quintela ha scritto: >>> >> >>> >> +static inline void cpu_physical_memory_set_dirty_lebitmap(unsigned long >>> >> *bitmap, >> > >> > Why "le"? > little endian, name is already too long (cpu_physical_memory_ is too > big as a preffix.) >
Yeah, I just found we have a matching "__set_bit_le" in the kernel. Paolo