From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934524AbbEMRmf (ORCPT ); Wed, 13 May 2015 13:42:35 -0400 Received: from mail.skyhub.de ([78.46.96.112]:60856 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754446AbbEMRma (ORCPT ); Wed, 13 May 2015 13:42:30 -0400 From: Borislav Petkov To: X86 ML Cc: LKML Subject: [PATCH 0/3] x86/asm: Some minor cleanups Date: Wed, 13 May 2015 19:42:21 +0200 Message-Id: <1431538944-27724-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Just some trivial cleanups for things encountered recently, while staring at code. Borislav Petkov (3): x86/lib/copy_user_nocache_64.S: Remove FIX_ALIGNMENT define x86/asm: Unify ALIGN_DESTINATION macro x86/lib/asm: Get rid of copy_user_nocache_64.S arch/x86/include/asm/asm.h | 25 +++++++ arch/x86/lib/Makefile | 2 +- arch/x86/lib/copy_user_64.S | 116 +++++++++++++++++++++++------- arch/x86/lib/copy_user_nocache_64.S | 136 ------------------------------------ 4 files changed, 118 insertions(+), 161 deletions(-) delete mode 100644 arch/x86/lib/copy_user_nocache_64.S -- 2.3.5