Merge remote-tracking branch 'lsk/v3.10/topic/arm64-usb' into linux-linaro-lsk

This commit is contained in:
Mark Brown
2014-06-11 23:57:12 +01:00

View File

@@ -591,7 +591,7 @@ static int ehci_run (struct usb_hcd *hcd)
*/
hcc_params = ehci_readl(ehci, &ehci->caps->hcc_params);
if (HCC_64BIT_ADDR(hcc_params)) {
#if CONFIG_ARM64
#ifdef CONFIG_ARM64
ehci_writel(ehci, ehci->periodic_dma >> 32, &ehci->regs->segment);
/*
* this is deeply broken on almost all architectures