]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/mp.h
powerpc/mp: add support for discontiguous cores
[u-boot] / arch / powerpc / include / asm / mp.h
index 5388c951c84b70c67bf283b19a9c275ab340e0c3..3ffa30b9789410fe448dbd39656a87b297166a9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Freescale Semiconductor, Inc.
+ * Copyright 2009-2010 Freescale Semiconductor, Inc.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -26,5 +26,6 @@
 void setup_mp(void);
 void cpu_mp_lmb_reserve(struct lmb *lmb);
 u32 determine_mp_bootpg(void);
+int is_core_disabled(int nr);
 
 #endif