| To: | ralf@linux-mips.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH V2 1/2] asm-offsets.c: adding #define to break circular dependency |
| From: | "Jim Quinlan" <jim2101024@gmail.com> |
| Date: | Wed, 29 Aug 2012 18:34:06 -0400 |
| Cc: | "Jim Quinlan" <jim2101024@gmail.com> |
| In-reply-to: | <y> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <y> |
| Sender: | linux-mips-bounce@linux-mips.org |
irqflags.h depends on asm-offsets.h, but asm-offsets.h depends on irqflags.h when generating asm-offsets.h. Adding a definition to the top of asm-offsets.c allows us to break this circle. There is a similar define in bounds.c Signed-off-by: Jim Quinlan <jim2101024@gmail.com> --- arch/mips/kernel/asm-offsets.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index 6b30fb2..035f167 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c @@ -8,6 +8,7 @@ * Kevin Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. */ +#define __GENERATING_OFFSETS_S #include <linux/compat.h> #include <linux/types.h> #include <linux/sched.h> -- 1.7.6 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] clk: Make the generic clock API available by default, Stephen Warren |
|---|---|
| Next by Date: | [PATCH V2 2/2] MIPS: irqflags.h: make funcs preempt-safe for non-mipsr2, Jim Quinlan |
| Previous by Thread: | [PATCH] clk: Make the generic clock API available by default, Mark Brown |
| Next by Thread: | [PATCH V2 2/2] MIPS: irqflags.h: make funcs preempt-safe for non-mipsr2, Jim Quinlan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |