lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 07 Oct 2011 19:42:22 +0900
From:	Kukjin Kim <kgene.kim@...sung.com>
To:	'Russell King - ARM Linux' <linux@....linux.org.uk>
Cc:	linux-arm-kernel@...ts.infradead.org,
	linux-samsung-soc@...r.kernel.org,
	iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
	joerg.roedel@....com, 'Ohad Ben-Cohen' <ohad@...ery.com>,
	'Sanghyun Lee' <sanghyun75.lee@...sung.com>,
	younglak1004.kim@...sung.com
Subject: RE: [PATCH v3 1/2] ARM: EXYNOS4: Change System MMU device	definition

Russell King - ARM Linux wrote:
> 
> On Fri, Oct 07, 2011 at 06:56:21PM +0900, Kukjin Kim wrote:
> > +#define SYSMMU_RESOURCE(ipname, base, irq) \
> > +static struct resource sysmmu_resource_##ipname[] =\
> > +{\
> > +	{\
> > +		.start	= EXYNOS4_PA_SYSMMU_##base,\
> > +		.end	= EXYNOS4_PA_SYSMMU_##base + SZ_4K - 1,\
> > +		.flags	= IORESOURCE_MEM,\
> > +	}, {\
> > +		.start	= IRQ_SYSMMU_##irq##_0,\
> > +		.end	= IRQ_SYSMMU_##irq##_0,\
> > +		.flags	= IORESOURCE_IRQ,\
> > +	},\
> >  }
> 
> #define SYSMMU_RESOURCE(ipname, base, irq) \
> static struct resource sysmmu_resource_##ipname[] = \
> { \
> 	DEFINE_RES_MEM(EXYNOS4_PA_SYSMMU_##base, SZ_4K), \
> 	DEFINE_RES_IRQ(IRQ_SYSMMU_##irq##_0), \
> }

Oops, I missed that.
OK, let him change it.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@...sung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ