[Maverick] [ti-omap4] [PATCH] UBUNTU: SAUCE: Fix a buidling error when turn off CONFIG_SMP

Bryan Wu bryan.wu at canonical.com
Sun Sep 26 03:27:57 UTC 2010


SRU Justification:

Impact:
When I was trying to build a testing kernel without SMP supporting for another bug debugging, I met a building error:
---
/opt/git/Ubuntu/roc/ubuntu-maverick/arch/arm/mm/ioremap.c: In function '__arm_multi_strided_ioremap':
/opt/git/Ubuntu/roc/ubuntu-maverick/arch/arm/mm/ioremap.c:437: error: 'size' undeclared (first use in this function)
/opt/git/Ubuntu/roc/ubuntu-maverick/arch/arm/mm/ioremap.c:437: error: (Each undeclared identifier is reported only once
/opt/git/Ubuntu/roc/ubuntu-maverick/arch/arm/mm/ioremap.c:437: error: for each function it appears in.)
make[3]: *** [arch/arm/mm/ioremap.o] Error 1
make[2]: *** [arch/arm/mm] Error 2
make[2]: *** Waiting for unfinished jobs....
---

Fix:
This patch fixes the typo of the code added by commit bde95e1bcf0b39b06c365e509dc4e11bfcbb54e5

Plese consider pull from
 git://kernel.ubuntu.com/roc/ubuntu-maverick lp647890

Bryan Wu (1):
  UBUNTU: SAUCE: Fix a buidling error when turn off CONFIG_SMP

 arch/arm/mm/ioremap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)





More information about the kernel-team mailing list