View Single Post
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#5
it would be superb if you could test on both devices using stock omap1 kernel and power kernel (e.g. post results on 1st device omap, 1st device pk, 2nd device omap and 2nd device pk), because it may be related to some other stuff as Hurrian suggested. Usual can differ x[
Code:
#include <stdio.h>
int main(void) {
   printf("hello world!\n");
   return 0;
}
right? or without return at the end or something less or more? Sorry for being picky